Module: YAML

Defined in:
lib/yaml_extensions/chop_header.rb,
lib/yaml_extensions/transform.rb,
lib/yaml_extensions/yregexpath.rb

Overview

module YamlExtensions

Defined Under Namespace

Classes: Transformer, YRegexPath

Class Method Summary collapse

Class Method Details

.chop_header(io) ⇒ Object



28
29
30
# File 'lib/yaml_extensions/chop_header.rb', line 28

def self.chop_header ( io )
  YamlExtensions::ChopHeader.new(io).doc
end