class Meshchat::Ui::Command::Share
Public Class Methods
description()
click to toggle source
# File lib/meshchat/ui/command/share.rb, line 6 def self.description 'exports your identity to a json file to give to another user' end
Public Instance Methods
handle()
click to toggle source
# File lib/meshchat/ui/command/share.rb, line 10 def handle APP_CONFIG.user.share end