class Tmux::Exception::InTmux

Public Class Methods

new(command) click to toggle source
Calls superclass method
# File lib/tmux/exception/in_tmux.rb, line 4
def initialize(command)
  super("This command should not be run from inside tmux: #{command}")
end