Module: Infused::MacroMethods
- Defined in:
- lib/infused.rb
Instance Method Summary collapse
Instance Method Details
#depends_on(attributes) ⇒ Object
17 18 19 20 21 |
# File 'lib/infused.rb', line 17 def depends_on(attributes) define_readers(attributes) define_setters(attributes) append_dependencies(attributes) end |