class Meshchat::Ui::Command::Identity

Public Class Methods

description() click to toggle source
# File lib/meshchat/ui/command/identity.rb, line 6
def self.description
  'displays your identity'
end

Public Instance Methods

handle() click to toggle source
# File lib/meshchat/ui/command/identity.rb, line 10
def handle
  Display.success APP_CONFIG.user.identity
end