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