Class
Class Methods
ext/psych/lib/psych/exception.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/ext/psych/lib/psych/exception.rb, line 10
def initialize klass_name
super "Tried to load unspecified class: #{klass_name}"
end
No documentation available