lib/alf/iterator/class_methods.rb in alf-0.10.1 vs lib/alf/iterator/class_methods.rb in alf-0.11.0

- old
+ new

@@ -1,11 +1,9 @@ module Alf module Iterator module ClassMethods - # # Coerces something to an iterator - # def coerce(arg, environment = nil) case arg when Iterator, Array arg when String, Symbol