class Me::Cli::WhoamiCommand

Public Instance Methods

call() click to toggle source
# File lib/me/cli/whoami_command.rb, line 7
def call
  active_identity.build_view(ActiveIdentityView)
end

Private Instance Methods

active_identity() click to toggle source
# File lib/me/cli/whoami_command.rb, line 13
def active_identity
  Identity.active
end