Method: Apia::DSL#initialize
- Defined in:
- lib/apia/dsl.rb
#initialize(definition) ⇒ DSL
Returns a new instance of DSL.
6 7 8 |
# File 'lib/apia/dsl.rb', line 6 def initialize(definition) @definition = definition end |
Returns a new instance of DSL.
6 7 8 |
# File 'lib/apia/dsl.rb', line 6 def initialize(definition) @definition = definition end |