Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/jruby-parser/core_ext/boolean.rb

Instance Method Summary collapse

Instance Method Details

#to_ast_node(position = nil) ⇒ Object



8
9
10
# File 'lib/jruby-parser/core_ext/boolean.rb', line 8

def to_ast_node(position=nil)
  org.jrubyparser.ast.FalseNode.new(position)
end