Module: Basilisk::Parser
Overview
Parses YAML config file and instantiates specified processor classes.
Instance Method Summary collapse
Instance Method Details
#get_options(opt_file) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/basilisk/parser.rb', line 6 def (opt_file) yaml_opts = open_yaml_file(opt_file) search_opts = (yaml_opts) (search_opts) return search_opts end |