Method: Typisch::DSL::DerivedObjectContext#initialize
- Defined in:
- lib/typisch/dsl.rb
#initialize(c, original_object_type) ⇒ DerivedObjectContext
Returns a new instance of DerivedObjectContext.
199 200 201 202 |
# File 'lib/typisch/dsl.rb', line 199 def initialize(c, original_object_type) super(c) @original_object_type = original_object_type end |