Method: LogPoop#initialize

Defined in:
lib/logpoop.rb

#initializeLogPoop

Returns a new instance of LogPoop.



59
60
61
62
# File 'lib/logpoop.rb', line 59

def initialize
  options = self.class.parse_options
  Runner::Context.run(options)    
end