class Array
Public Instance Methods
decay!()
click to toggle source
# File lib/array_decay.rb, line 4 def decay! ArrayDecay::Enumerator.new(self) end
# File lib/array_decay.rb, line 4 def decay! ArrayDecay::Enumerator.new(self) end