Method: Megam::Flavors.remove

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

.remove(o) ⇒ Object



280
281
282
283
# File 'lib/megam/core/flavors.rb', line 280

def self.remove(o)
    fav = from_hash(o)
    fav.remove
end