Class: Wood::Nodes::StringLiteral

Inherits:
Literal
  • Object
show all
Defined in:
lib/wood/nodes/literals.rb

Instance Method Summary collapse

Methods inherited from Literal

[], #sexp

Instance Method Details

#setupObject



46
47
48
# File 'lib/wood/nodes/literals.rb', line 46

def setup
  @type = Wood::Types::String
end