Class: Kitchen::Transport::Localhost

Inherits:
Base
  • Object
show all
Defined in:
lib/kitchen/transport/localhost.rb,
lib/kitchen/transport/localhost/connection.rb

Overview

Localhost transport for Kitchen.

Author:

Defined Under Namespace

Classes: Connection

Instance Method Summary collapse

Instance Method Details

#connection(state, &block) ⇒ Object



37
38
39
# File 'lib/kitchen/transport/localhost.rb', line 37

def connection(state, &block)
  Kitchen::Transport::Localhost::Connection.new(state, &block)
end