Method: Code::Parser::Code#root

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

#rootObject



22
23
24
# File 'lib/code/parser/code.rb', line 22

def root
  present | whitespace?.then { [] }
end