Method: Squib::DSL::Yaml#run

Defined in:
lib/squib/dsl/yaml.rb

#run(opts, &block) ⇒ Object



32
33
34
35
36
37
# File 'lib/squib/dsl/yaml.rb', line 32

def run(opts,&block)
  warn_if_unexpected opts
  import_args = Args.extract_import opts
  importer = Squib::Import::YamlImporter.new
  importer.import_to_dataframe(import_args, &block)
end