Class: Pebbles::Productivity10x::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/cli.rb

Instance Method Summary collapse

Instance Method Details

#allowObject



8
9
10
# File 'lib/cli.rb', line 8

def allow
  SwitchHosts.new.allow
end

#denyObject



13
14
15
# File 'lib/cli.rb', line 13

def deny
  SwitchHosts.new.deny
end