.. | |||||
handlers | |||||
json | |||||
nodes | |||||
visitors | |||||
class_loader.rb | |||||
coder.rb | |||||
core_ext.rb | |||||
exception.rb | |||||
handler.rb | |||||
nodes.rb | |||||
omap.rb | |||||
parser.rb | |||||
scalar_scanner.rb | |||||
set.rb | |||||
stream.rb | |||||
streaming.rb | |||||
syntax_error.rb | |||||
tree_builder.rb | |||||
versions.rb | |||||
visitors.rb | |||||
y.rb |
# frozen_string_literal: true module Psych class Exception < RuntimeError end class BadAlias < Exception end class DisallowedClass < Exception def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end end end
.. | |||||
handlers | |||||
json | |||||
nodes | |||||
visitors | |||||
class_loader.rb | |||||
coder.rb | |||||
core_ext.rb | |||||
exception.rb | |||||
handler.rb | |||||
nodes.rb | |||||
omap.rb | |||||
parser.rb | |||||
scalar_scanner.rb | |||||
set.rb | |||||
stream.rb | |||||
streaming.rb | |||||
syntax_error.rb | |||||
tree_builder.rb | |||||
versions.rb | |||||
visitors.rb | |||||
y.rb |