Class: Tdc::YamlReaders::NullYamlReader

Inherits:
Object
  • Object
show all
Defined in:
lib/tdc/yaml_readers/null_yaml_reader.rb

Overview

When we can’t find a YAML source.

Instance Method Summary collapse

Instance Method Details

#data_definitionsObject



7
8
9
# File 'lib/tdc/yaml_readers/null_yaml_reader.rb', line 7

def data_definitions
  []
end