Class: ActiveSpy::Base
- Inherits:
-
Object
- Object
- ActiveSpy::Base
- Defined in:
- lib/active_spy/base.rb
Overview
Default template for callbacks handlers.
Instance Method Summary collapse
-
#initialize(object) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(object) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/active_spy/base.rb', line 5 def initialize(object) @object = object end |