Class: Switchboard::Commands::Register

Inherits:
Switchboard::Command show all
Defined in:
lib/switchboard/commands/register.rb

Defined Under Namespace

Classes: Registration

Class Method Summary collapse

Methods inherited from Switchboard::Command

description, help, options, to_command, to_command_name

Class Method Details

.run!Object



35
36
37
# File 'lib/switchboard/commands/register.rb', line 35

def self.run!
  Registration.new.run!
end