Method: Code::Parser::Nothing#root

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

#rootObject



10
11
12
# File 'lib/code/parser/nothing.rb', line 10

def root
  nothing_keyword.aka(:nothing) | Group
end