# File lib/beefcake.rb, line 7 def initialize(name, exp, got) super("Wrong type `#{got}` given for (#{name}). Expected #{exp}") end