16 17 18 19
# File 'lib/code/parser/group.rb', line 16 def root (opening_parenthesis << code << closing_parenthesis.maybe).aka(:group) | ::Code::Parser::Call end