class ShuntingYard::MismatchedParenthesesError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/shunting_yard/errors.rb, line 11 def initialize super "Mismatched parentheses" end