Method: Qrb::Syntax::System#to_ast
- Defined in:
- lib/qrb/syntax/system.rb
#to_ast ⇒ Object
13 14 15 16 17 |
# File 'lib/qrb/syntax/system.rb', line 13 def to_ast ast = [ :system ] + definitions.to_ast ast << type.to_ast if type ast end |