class Tildeath::ASTNodes::Null

Public Instance Methods

execute(context) click to toggle source
# File lib/tildeath/ast_nodes/null.rb, line 4
def execute(context); end
to_s() click to toggle source
# File lib/tildeath/ast_nodes/null.rb, line 6
def to_s
  'NULL'
end