Method: FeatureRich::Feature#modify

Defined in:
lib/feature-rich/feature.rb

#modify(ary) ⇒ Object



30
31
32
33
# File 'lib/feature-rich/feature.rb', line 30

def modify(ary)
  content_will_change!
  content.modify(ary)
end