10 11 12
# File 'lib/code/parser/nothing.rb', line 10 def nothing_keyword str("nothing") << separator.present end
14 15 16
# File 'lib/code/parser/nothing.rb', line 14 def root nothing_keyword.aka(:nothing) | Group end
6 7 8
# File 'lib/code/parser/nothing.rb', line 6 def separator Name.new.separator end