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