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