Class: RubyRTL::Expr
Overview
expressions ===
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Ast
Method Summary
Methods inherited from Ast
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
184 185 186 |
# File 'lib/ruby_rtl/ast.rb', line 184 def type @type end |