class Racc::Error

Public Instance Methods

inspect() click to toggle source
# File racc/state.rb, line 928
def inspect
  "<error>"
end