In Files

  • psych/lib/psych/exception.rb

Methods

Psych::DisallowedClass

Public Class Methods

new(action, klass_name) click to toggle source
 
               # File psych/lib/psych/exception.rb, line 9
def initialize action, klass_name
  super "Tried to #{action} unspecified class: #{klass_name}"
end
            
There is an updated format of the API docs for this version here.