Method: Atatus::Spies::Registration#initialize
- Defined in:
- lib/atatus/spies.rb
#initialize(const_name, require_paths, spy) ⇒ Registration
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.
Returns a new instance of Registration.
29 30 31 32 33 |
# File 'lib/atatus/spies.rb', line 29 def initialize(const_name, require_paths, spy) @const_name = const_name @require_paths = Array(require_paths) @spy = spy end |