Method: Megam::Flavors#properties

Defined in:
lib/megam/core/flavors.rb

#properties(arg = []) ⇒ Object



99
100
101
102
103
104
105
# File 'lib/megam/core/flavors.rb', line 99

def properties(arg = [])
    if arg != []
        @properties = arg
    else
        @properties
    end
end