Class: CommandButler::Executer

Inherits:
Thor
  • Object
show all
Defined in:
lib/command_butler/executer.rb

Instance Method Summary collapse

Instance Method Details

#execute(file_name) ⇒ Object



7
8
9
# File 'lib/command_butler/executer.rb', line 7

def execute(file_name)
  Mediator.new.execute(file_name, options)
end