class Erlash::MainArray
Public Class Methods
build(ary)
click to toggle source
# File lib/erlash/main_array.rb, line 3 def self.build(ary) ary.each_with_object(self.new) do |e, o| o << e end end
# File lib/erlash/main_array.rb, line 3 def self.build(ary) ary.each_with_object(self.new) do |e, o| o << e end end