All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yaml.yecht.rb Maven / Gradle / Ivy

#
# YAML::Yecht module
# .. glues yecht and yaml.rb together ..
#
require 'yecht'
require 'yaml/basenode'

module YAML
    module Yecht

        #
        # Mixin BaseNode functionality
        #
        class Node
            include YAML::BaseNode
        end

    end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy