Method: Campa::Error::NotAFunction#initialize

Defined in:
lib/campa/error/not_a_function.rb

#initialize(label) ⇒ NotAFunction

Returns a new instance of NotAFunction.



4
5
6
# File 'lib/campa/error/not_a_function.rb', line 4

def initialize(label)
  super "The symbol: #{label} does not resolve to a function"
end