Module: Browscapper::YAMLReader

Defined in:
lib/browscapper/reader/yaml_reader.rb

Class Method Summary collapse

Class Method Details

.load(file) ⇒ Object



8
9
10
# File 'lib/browscapper/reader/yaml_reader.rb', line 8

def load(file)
  YAML.load(File.open(file, 'rb'))
end