Class: Kapusta::UnquoteSplice
- Inherits:
-
Object
- Object
- Kapusta::UnquoteSplice
- 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) ⇒ UnquoteSplice
constructor
A new instance of UnquoteSplice.
Constructor Details
#initialize(form) ⇒ UnquoteSplice
Returns a new instance of UnquoteSplice.
156 157 158 |
# File 'lib/kapusta/ast.rb', line 156 def initialize(form) @form = form end |
Instance Attribute Details
#form ⇒ Object (readonly)
Returns the value of attribute form.
154 155 156 |
# File 'lib/kapusta/ast.rb', line 154 def form @form end |