Class: Marley::ReggaeColSpec
Instance Method Summary collapse
-
#initialize(*args) ⇒ ReggaeColSpec
constructor
A new instance of ReggaeColSpec.
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 |