Method: Atatus::Spies::S3Spy#install
- Defined in:
- lib/atatus/spies/s3.rb
#install ⇒ Object
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.
121 122 123 |
# File 'lib/atatus/spies/s3.rb', line 121 def install ::Aws::S3::Client.prepend(Ext) end |