Classes: Daemon
36 37 38
# File 'lib/hidden_hippo/cli/gui.rb', line 36 def start Daemon.new.start end
46 47 48
# File 'lib/hidden_hippo/cli/gui.rb', line 46 def status Daemon.new.status end
41 42 43
# File 'lib/hidden_hippo/cli/gui.rb', line 41 def stop Daemon.new.stop end