📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:22:18
📂
/
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
yaml
✏️
Editing: syck.rb
# # YAML::Syck module # .. glues syck and yaml.rb together .. # require 'syck' require 'yaml/basenode' module YAML module Syck # # Mixin BaseNode functionality # class Node include YAML::BaseNode end end end
💾 Save Changes
❌ Cancel