6 7 8
# File 'lib/code/parser/nothing.rb', line 6 def nothing_keyword str("nothing") end
10 11 12
# File 'lib/code/parser/nothing.rb', line 10 def root nothing_keyword.aka(:nothing) | Group end