Class: Me::Cli::WhoamiCommand

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

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/me/cli/whoami_command.rb', line 7

def call
  active_identity.build_view(ActiveIdentityView)
end