Method: Code::Parser::Code#root
- Defined in:
- lib/code/parser/code.rb
#root ⇒ Object
22 23 24 |
# File 'lib/code/parser/code.rb', line 22 def root present | whitespace?.then { [] } end |
22 23 24 |
# File 'lib/code/parser/code.rb', line 22 def root present | whitespace?.then { [] } end |