Module: ClassMethods

Defined in:
lib/magic-array/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#from_existing(pattern) ⇒ Object



2
3
4
# File 'lib/magic-array/class_methods.rb', line 2

def from_existing(pattern)
  build_array get_names(pattern)
end