Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/jruby-parser/core_ext/numeric.rb
Instance Method Summary collapse
Instance Method Details
#to_ast_node(position = nil) ⇒ Object
10 11 12 |
# File 'lib/jruby-parser/core_ext/numeric.rb', line 10 def to_ast_node(position=nil) org.jrubyparser.ast.FloatNode.new(position, self) end |