class SiteHook::Commands::ConfigClass

Public Instance Methods

inspect() click to toggle source
# File lib/site_hook/commands/config_class.rb, line 22
def inspect
  puts SiteHook::Config.new.inspect
end
mkpass() click to toggle source
# File lib/site_hook/commands/config_class.rb, line 16
def mkpass
  puts RandomPassword.new(length: options[:length]).generate
end