Class: MVCLI::ERB::Context
- Inherits:
- BasicObject
- Defined in:
- lib/mvcli/erb.rb
Instance Attribute Summary collapse
-
#this ⇒ Object
readonly
Returns the value of attribute this.
Instance Method Summary collapse
-
#initialize(this) ⇒ Context
constructor
A new instance of Context.
Constructor Details
#initialize(this) ⇒ Context
20 21 22 |
# File 'lib/mvcli/erb.rb', line 20 def initialize(this) @this = this end |
Instance Attribute Details
#this ⇒ Object (readonly)
Returns the value of attribute this.
19 20 21 |
# File 'lib/mvcli/erb.rb', line 19 def this @this end |