X7ROOT File Manager
Current Path:
/opt/alt/ruby33/share/gems/gems/psych-5.1.2/lib/psych
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
psych-5.1.2
/
lib
/
psych
/
??
..
??
class_loader.rb
(2.01 KB)
??
coder.rb
(2.05 KB)
??
core_ext.rb
(362 B)
??
exception.rb
(726 B)
??
handler.rb
(7.2 KB)
??
handlers
??
json
??
nodes
??
nodes.rb
(2.38 KB)
??
omap.rb
(75 B)
??
parser.rb
(2.03 KB)
??
scalar_scanner.rb
(4.69 KB)
??
set.rb
(74 B)
??
stream.rb
(923 B)
??
streaming.rb
(667 B)
??
syntax_error.rb
(588 B)
??
tree_builder.rb
(3.02 KB)
??
versions.rb
(187 B)
??
visitors
??
visitors.rb
(254 B)
??
y.rb
(190 B)
Editing: core_ext.rb
# frozen_string_literal: true class Object def self.yaml_tag url Psych.add_tag(url, self) end ### # call-seq: to_yaml(options = {}) # # Convert an object to YAML. See Psych.dump for more information on the # available +options+. def to_yaml options = {} Psych.dump self, options end end if defined?(::IRB) require_relative 'y' end
Upload File
Create Folder