Method: Code::Parser::Group#root

Defined in:
lib/code/parser/group.rb

#rootObject



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