Class: Kitchen::Transport::Localhost
- Inherits:
-
Base
- Object
- Base
- Kitchen::Transport::Localhost
- Defined in:
- lib/kitchen/transport/localhost.rb,
lib/kitchen/transport/localhost/connection.rb
Overview
Localhost transport for Kitchen.
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 |