Method: ConfigToolkit::YAMLReader#read

Defined in:
lib/configtoolkit/yamlreader.rb

#readObject

Returns:

The contents of the next YAML document read from the underlying stream.



41
42
43
# File 'lib/configtoolkit/yamlreader.rb', line 41

def read
  return YAML::load(@stream)
end