Class: Brevity::CommandNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/brevity/parsing/file/command_node.rb

Instance Method Summary collapse

Instance Method Details

#argsObject



7
8
9
# File 'lib/brevity/parsing/file/command_node.rb', line 7

def args
  braced_args.elements.map {|el| el.text.text_value }
end

#nameObject



3
4
5
# File 'lib/brevity/parsing/file/command_node.rb', line 3

def name
  cmd_name.text_value
end