Current Path : /proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/syck/ |
Current File : //proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/syck/syck.rb |
# # YAML::Syck module # .. glues syck and yaml.rb together .. # require 'syck/basenode' module Syck # # Mixin BaseNode functionality # class Node include Syck::BaseNode end end