Module: Belafonte::Rhythm

Included in:
App
Defined in:
lib/belafonte/rhythm.rb

Instance Method Summary collapse

Instance Method Details

#execute!Object



9
10
11
12
13
14
# File 'lib/belafonte/rhythm.rb', line 9

def execute!
  parse_command_line
  @command = arg(:command).shift if arg(:command)

  kernel.exit calculate_exit_status
end