What’s inject! ?
It’s the thing you’re talking about, all day… :}
It’s part of Facets:
http://facets.rubyforge.org/doc/api/core/classes/Enumerable.html#M000416
def inject!(s)
k = s
each { |i| yield(k, i) }
k
end
gegroet,
Erik V.
What’s inject! ?
It’s the thing you’re talking about, all day… :}
It’s part of Facets:
http://facets.rubyforge.org/doc/api/core/classes/Enumerable.html#M000416
def inject!(s)
k = s
each { |i| yield(k, i) }
k
end
gegroet,
Erik V.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs