Class: Kapusta::Unquote

Inherits:
Object
  • Object
show all
Defined in:
lib/kapusta/ast.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#formObject (readonly)

Returns the value of attribute form.



146
147
148
# File 'lib/kapusta/ast.rb', line 146

def form
  @form
end