Class: Pike13::CLI::Commands::Account
- Defined in:
- lib/pike13/cli/commands/account.rb,
lib/pike13/cli/commands/account/person.rb,
lib/pike13/cli/commands/account/business.rb,
lib/pike13/cli/commands/account/password.rb,
lib/pike13/cli/commands/account/confirmation.rb
Defined Under Namespace
Classes: Business, Confirmation, Password, Person
Instance Method Summary collapse
Methods inherited from Base
base_usage, format_options, handle_argument_error, printable_commands
Methods included from ThorNestedSubcommand
Instance Method Details
#me ⇒ Object
15 16 17 |
# File 'lib/pike13/cli/commands/account.rb', line 15 def me handle_error { output(Pike13::Account.me) } end |