class Beefcake::Message::WrongTypeError
Public Class Methods
new(name, exp, got)
click to toggle source
Calls superclass method
# File lib/beefcake.rb, line 7 def initialize(name, exp, got) super("Wrong type `#{got}` given for (#{name}). Expected #{exp}") end