Exception: Tmux::Exception::InTmux
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Tmux::Exception::InTmux
- Defined in:
- lib/tmux/exception/in_tmux.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ InTmux
constructor
A new instance of InTmux.
Constructor Details
#initialize(command) ⇒ InTmux
Returns a new instance of InTmux.
4 5 6 |
# File 'lib/tmux/exception/in_tmux.rb', line 4 def initialize(command) super("This command should not be run from inside tmux: #{command}") end |