Method: Windstorm::Executor#execute_from_file
- Defined in:
- lib/windstorm/executor.rb
#execute_from_file(file, params = nil) ⇒ Object
59 60 61 |
# File 'lib/windstorm/executor.rb', line 59 def execute_from_file(file, params = nil) execute(read(file), params) end |