Class: Bartab::Commands::Setup
- Inherits:
-
Bartab::Command
- Object
- Bartab::Command
- Bartab::Commands::Setup
- Defined in:
- lib/bartab/commands/setup.rb
Instance Method Summary collapse
- #execute(input: $stdin, output: $stdout) ⇒ Object
-
#initialize(options) ⇒ Setup
constructor
A new instance of Setup.
Methods inherited from Bartab::Command
#command, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which
Constructor Details
#initialize(options) ⇒ Setup
Returns a new instance of Setup.
8 9 10 |
# File 'lib/bartab/commands/setup.rb', line 8 def initialize() = end |
Instance Method Details
#execute(input: $stdin, output: $stdout) ⇒ Object
12 13 14 15 |
# File 'lib/bartab/commands/setup.rb', line 12 def execute(input: $stdin, output: $stdout) # Command logic goes here ... output.puts "OK" end |