class Array
Public Instance Methods
each(&block)
click to toggle source
# File quickeach.rb, line 20 def each &block return QuickEach.new self unless block_given? __each &block end
# File quickeach.rb, line 20 def each &block return QuickEach.new self unless block_given? __each &block end