Module YAML
In: lib/yaml_extensions/chop_header.rb
lib/yaml_extensions/transform.rb
lib/yaml_extensions/yregexpath.rb

$LastChangedBy: ertai $ $Id: /w/fey/ruby_ex/trunk/lib/yaml_extensions/yregexpath.rb 53900 2007-01-13T11:22:27.191733Z ertai $

Methods

Classes and Modules

Class YAML::Transformer
Class YAML::YRegexPath

Public Class methods

[Source]

# File lib/yaml_extensions/chop_header.rb, line 28
  def self.chop_header ( io )
    YamlExtensions::ChopHeader.new(io).doc
  end

[Validate]