Class: Atatus::Spies::ShoryukenSpy Private

Inherits:
Object
  • Object
show all
Defined in:
lib/atatus/spies/shoryuken.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Middleware

Instance Method Summary collapse

Instance Method Details

#installObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



56
57
58
59
60
61
62
63
64
# File 'lib/atatus/spies/shoryuken.rb', line 56

def install
  if defined?(::Shoryuken)

    ::Shoryuken.server_middleware do |chain|
      chain.add Middleware
    end

  end
end