Class: Marley::ReggaeColSpec

Inherits:
Array
  • Object
show all
Defined in:
lib/marley/reggae.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ReggaeColSpec

Returns a new instance of ReggaeColSpec.



128
129
130
131
132
# File 'lib/marley/reggae.rb', line 128

def initialize(*args)
  super 
  self[0]=self[0].to_sym #type and name should always be syms
  self[1]=self[1].to_sym
end