module SpicedRumby
Constants
- NAME
- VERSION
Public Instance Methods
start()
click to toggle source
# File lib/spiced_rumby.rb, line 18 def start MeshChat.start( client_name: NAME, client_version: VERSION, display: CLIOutput, input: CLIInput, notifier: Notifier, on_display_start: ->{ MeshChat::CLI.check_startup_settings } ) end