Class: TimeCop::Runner
- Inherits:
-
Object
- Object
- TimeCop::Runner
- Defined in:
- lib/time_cop/runner.rb
Class Method Summary collapse
Class Method Details
.invoke ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/time_cop/runner.rb', line 5 def self.invoke = OptionParser.new(ARGV) = .parse accountability = Accountability.new(username: [:username], password: [:password], email: [:email]) accountability.print_report end |