Class: Duby::AST::JRubyAst::SymbolNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::SymbolNode
- Defined in:
- lib/duby/transform.rb
Instance Method Summary collapse
Instance Method Details
#type_reference(parent) ⇒ Object
974 975 976 |
# File 'lib/duby/transform.rb', line 974 def type_reference(parent) AST::type(name) end |