class Tdc::YamlReaders::NullYamlReader

When we can't find a YAML source.

Public Instance Methods

data_definitions() click to toggle source
# File lib/tdc/yaml_readers/null_yaml_reader.rb, line 7
def data_definitions
  []
end