class Campa::Error::NotAFunction

Public Class Methods

new(label) click to toggle source
Calls superclass method
# File lib/campa/error/not_a_function.rb, line 4
def initialize(label)
  super "The symbol: #{label} does not resolve to a function"
end