Psych::ClassLoader
# File psych/lib/psych/class_loader.rb, line 77 def initialize classes, symbols @classes = classes @symbols = symbols super() end
# File psych/lib/psych/class_loader.rb, line 83 def symbolize sym return super if @symbols.empty? if @symbols.include? sym super else raise DisallowedClass.new('load', 'Symbol') end end
This page was generated for Ruby 3.1.1
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.