Method: Windstorm::Executor.create_from_file
- Defined in:
- lib/windstorm/executor.rb
.create_from_file(file) ⇒ Object
27 28 29 |
# File 'lib/windstorm/executor.rb', line 27 def create_from_file(file) create_from_table(yaml_read(file)) end |