module StillActive
require “cli/ui”
Constants
- VERSION
Public Class Methods
config() { |config| ... }
click to toggle source
# File lib/still_active.rb, line 11 def config @config ||= Config.new if block_given? yield @config else @config end end
reset()
click to toggle source
# File lib/still_active.rb, line 20 def reset @config = Config.new end