Class: Poetics::Syntax::Undefined

Inherits:
Boolean show all
Defined in:
lib/poetics/syntax/literal.rb

Instance Attribute Summary

Attributes inherited from Node

#column, #line

Instance Method Summary collapse

Methods inherited from Boolean

#to_sexp

Methods inherited from Node

#initialize, #to_sexp

Constructor Details

This class inherits a constructor from Poetics::Syntax::Node

Instance Method Details

#sexp_nameObject



47
48
49
# File 'lib/poetics/syntax/literal.rb', line 47

def sexp_name
  :undefined
end