Module: Representable::Feature
- Defined in:
- lib/representable.rb
Instance Method Summary collapse
Instance Method Details
#feature(*mods) ⇒ Object
129 130 131 132 133 134 |
# File 'lib/representable.rb', line 129 def feature(*mods) mods.each do |mod| include mod register_feature(mod) end end |