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