Method: Packrat::GrammarElement#hidden

Defined in:
lib/packrat/grammar.rb

#hiddenObject

A GrammarElement is hidden if it does not produce a result that should be used in any way. This is mostly used for whitespace.



46
47
48
# File 'lib/packrat/grammar.rb', line 46

def hidden
  @hidden
end