class Tdc::YamlReaders::YamlReader

YAML source is a YAML file.

Public Instance Methods

file_extension() click to toggle source
# File lib/tdc/yaml_readers/yaml_reader.rb, line 7
def file_extension
  ".yml"
end
source_string() click to toggle source
# File lib/tdc/yaml_readers/yaml_reader.rb, line 11
def source_string
  File.read(definitions_file)
end