Class: Syntax::Commands
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Syntax::Commands
- Defined in:
- lib/silicon/routing/syntax/commands.rb
Instance Method Summary collapse
Instance Method Details
#parse ⇒ Object
3 4 5 |
# File 'lib/silicon/routing/syntax/commands.rb', line 3 def parse elements.map {|element| element.parse} end |