Class: Prism::FloatNode
- Inherits:
-
Node
- Object
- Node
- Prism::FloatNode
- Defined in:
- lib/prism/node_ext.rb
Instance Method Summary collapse
-
#value ⇒ Object
Returns the value of the node as a Ruby Float.
Instance Method Details
#value ⇒ Object
Returns the value of the node as a Ruby Float.
62 63 64 |
# File 'lib/prism/node_ext.rb', line 62 def value Float(slice) end |