Source: show
# File ext/psych/lib/psych/exception.rb, line 9 def initialize klass_name super "Tried to load unspecified class: #{klass_name}" end