Class: TMP::InstanceDSL
- Inherits:
-
Object
- Object
- TMP::InstanceDSL
- Extended by:
- ObjectExt
- Includes:
- DSLCore
- Defined in:
- lib/tmp/init.rb
Instance Method Summary collapse
-
#initialize(path_string) ⇒ InstanceDSL
constructor
A new instance of InstanceDSL.
- #tmp_class_instance_object ⇒ Object
Methods included from ObjectExt
Methods included from DSLCore
Constructor Details
#initialize(path_string) ⇒ InstanceDSL
Returns a new instance of InstanceDSL.
25 26 27 |
# File 'lib/tmp/init.rb', line 25 def initialize path_string target_obj InstanceCore.new( path_string ) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class TMP::DSLCore
Instance Method Details
#tmp_class_instance_object ⇒ Object
34 35 36 |
# File 'lib/tmp/init.rb', line 34 def tmp_class_instance_object target_obj end |