]> git.cworth.org Git - sup/blobdiff - lib/sup/util.rb
Merge branch 'various-api-refactors' into next
[sup] / lib / sup / util.rb
index 518866beff61e308319ccde80042cdb9c442d8a0..aa3ee764ac59b276d7f4ae758d4b119e141832c2 100644 (file)
@@ -92,7 +92,7 @@ end
 
 class Range
   ## only valid for integer ranges (unless I guess it's exclusive)
-  def size 
+  def size
     last - first + (exclude_end? ? 0 : 1)
   end
 end