class HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain::ChainContext

Public Class Methods

new(proc_chain) click to toggle source
# File lib/hrr_rb_ssh/connection/channel/channel_type/session/proc_chain/chain_context.rb, line 11
def initialize proc_chain
  @proc_chain = proc_chain
end

Public Instance Methods

call_next(*args) click to toggle source
# File lib/hrr_rb_ssh/connection/channel/channel_type/session/proc_chain/chain_context.rb, line 14
def call_next *args
  @proc_chain.call_next *args
end