Method: Cure::Dsl::DslHandler#initialize
- Defined in:
- lib/cure/dsl/template.rb
#initialize(proc) ⇒ DslHandler
Returns a new instance of DslHandler.
31 32 33 |
# File 'lib/cure/dsl/template.rb', line 31 def initialize(proc) @proc = proc end |