Classes: Daemon
32 33 34
# File 'lib/hidden_hippo/cli/database.rb', line 32 def start Daemon.new.start end
42 43 44
# File 'lib/hidden_hippo/cli/database.rb', line 42 def status Daemon.new.status end
37 38 39
# File 'lib/hidden_hippo/cli/database.rb', line 37 def stop Daemon.new.stop end