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