Class: Hotswap::CLI::Shell
- Inherits:
-
Thor::Shell::Basic
- Object
- Thor::Shell::Basic
- Hotswap::CLI::Shell
- Defined in:
- lib/hotswap/cli.rb
Instance Method Summary collapse
-
#initialize(stdout, stderr) ⇒ Shell
constructor
A new instance of Shell.
- #stderr ⇒ Object
- #stdout ⇒ Object
Constructor Details
#initialize(stdout, stderr) ⇒ Shell
Returns a new instance of Shell.
10 11 12 13 14 |
# File 'lib/hotswap/cli.rb', line 10 def initialize(stdout, stderr) super() @_stdout = stdout @_stderr = stderr end |
Instance Method Details
#stderr ⇒ Object
17 |
# File 'lib/hotswap/cli.rb', line 17 def stderr = @_stderr |
#stdout ⇒ Object
16 |
# File 'lib/hotswap/cli.rb', line 16 def stdout = @_stdout |