Method: TempestTime::Command#command

Defined in:
lib/tempest_time/command.rb

#commandObject



33
34
35
36
# File 'lib/tempest_time/command.rb', line 33

def command
  require 'tty-command'
  TTY::Command.new
end