class ShuntingYard::InvalidArgumentsCountError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/shunting_yard/errors.rb, line 5 def initialize super "Invalid arguments count passed to one of functions or operators" end