Module: Eskimo::Core::Slots::ClassMethods
- Defined in:
- lib/eskimo/core/slots.rb
Instance Method Summary collapse
Instance Method Details
#slot(name) ⇒ Object
37 38 39 40 |
# File 'lib/eskimo/core/slots.rb', line 37 def slot(name) @slots ||= [] @slots << name end |