Class: Discipline::App

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/discipline.rb

Instance Method Summary collapse

Instance Method Details

#offObject



54
55
56
57
# File 'lib/discipline.rb', line 54

def off
  base = Base.new
  base.off
end

#onObject



48
49
50
51
# File 'lib/discipline.rb', line 48

def on
  base = Base.new
  base.on
end