class Zlown::Daemon

Public Instance Methods

run(args = [], opts = {}) click to toggle source
# File lib/zlown/daemon/daemon.rb, line 9
def run(args = [], opts = {})
  puts 'Running Zlown loop'
  STDOUT.flush

  while true
    sleep 1
  end
end