class Atatus::Spies::Registration
@api private
Attributes
const_name[R]
require_paths[R]
Public Class Methods
new(const_name, require_paths, spy)
click to toggle source
# 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