Class: Kapusta::Unquote
- Inherits:
-
Object
- Object
- Kapusta::Unquote
- Defined in:
- lib/kapusta/ast.rb
Instance Attribute Summary collapse
-
#form ⇒ Object
readonly
Returns the value of attribute form.
Instance Method Summary collapse
-
#initialize(form) ⇒ Unquote
constructor
A new instance of Unquote.
Constructor Details
#initialize(form) ⇒ Unquote
Returns a new instance of Unquote.
148 149 150 |
# File 'lib/kapusta/ast.rb', line 148 def initialize(form) @form = form end |
Instance Attribute Details
#form ⇒ Object (readonly)
Returns the value of attribute form.
146 147 148 |
# File 'lib/kapusta/ast.rb', line 146 def form @form end |