class Middleman::Cli::Build

def shared_rack

Returns:
  • (Rack::Test::Session) -
def shared_rack
  @_shared_rack ||= ::Rack::Test::Session.new(shared_server.to_rack_app)
end