Class: Respect::ItemsDef
- Inherits:
-
GlobalDef
- Object
- GlobalDef
- Respect::ItemsDef
- Includes:
- DefWithoutName
- Defined in:
- lib/respect/items_def.rb
Instance Method Summary (collapse)
-
- (ItemsDef) initialize
constructor
A new instance of ItemsDef.
Methods inherited from GlobalDef
#accept_name?, accept_name?, core_contexts, eval, #eval, include_core_statements
Constructor Details
- (ItemsDef) initialize
A new instance of ItemsDef
6 7 8 |
# File 'lib/respect/items_def.rb', line 6 def initialize @items = [] end |