Class: MeshChat::CLI::Base
- Inherits:
-
Object
- Object
- MeshChat::CLI::Base
- Defined in:
- lib/meshchat/cli/base.rb
Instance Method Summary collapse
-
#get_input ⇒ Object
override this to alter how input is gathered.
Instance Method Details
#get_input ⇒ Object
override this to alter how input is gathered
the returned value of this method should be a whole line / command that will be passed to MeshChat::CLI.create_input
8 9 10 |
# File 'lib/meshchat/cli/base.rb', line 8 def get_input gets end |