Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/jruby-parser/core_ext/boolean.rb
Instance Method Summary collapse
Instance Method Details
#to_ast_node(position = nil) ⇒ Object
2 3 4 |
# File 'lib/jruby-parser/core_ext/boolean.rb', line 2 def to_ast_node(position=nil) org.jrubyparser.ast.TrueNode.new(position) end |