class Runbook::Statements::TmuxCommand
Attributes
cmd[R]
pane[R]
Public Class Methods
new(cmd, pane)
click to toggle source
# File lib/runbook/statements/tmux_command.rb, line 5 def initialize(cmd, pane) @cmd = cmd @pane = pane end