Method: Megam::Flavors#price

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

#price(arg = []) ⇒ Object



91
92
93
94
95
96
97
# File 'lib/megam/core/flavors.rb', line 91

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