Class: Polytrix::Spies::FileSystemSpy
- Inherits:
-
Polytrix::Spy
- Object
- Polytrix::Spy
- Polytrix::Spies::FileSystemSpy
- Defined in:
- lib/polytrix/spies/file_system_spy.rb
Instance Method Summary collapse
-
#initialize(_app, _server_options) ⇒ FileSystemSpy
constructor
A new instance of FileSystemSpy.
- #spy(_challenge) ⇒ Object
Methods inherited from Polytrix::Spy
Constructor Details
#initialize(_app, _server_options) ⇒ FileSystemSpy
Returns a new instance of FileSystemSpy.
4 5 |
# File 'lib/polytrix/spies/file_system_spy.rb', line 4 def initialize(_app, ) end |
Instance Method Details
#spy(_challenge) ⇒ Object
7 8 |
# File 'lib/polytrix/spies/file_system_spy.rb', line 7 def spy(_challenge) end |