Class: Respect::ItemsDef

Inherits:
GlobalDef show all
Includes:
DefWithoutName
Defined in:
lib/respect/items_def.rb

Instance Method Summary (collapse)

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