Class: Duby::AST::JRubyAst::FloatNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::FloatNode
- Defined in:
- lib/duby/transform.rb
Instance Method Summary collapse
Instance Method Details
#transform(transformer, parent) ⇒ Object
670 671 672 |
# File 'lib/duby/transform.rb', line 670 def transform(transformer, parent) AST::float(parent, position, value) end |