Class: Pendaxes::Detector
- Inherits:
-
Object
- Object
- Pendaxes::Detector
- Defined in:
- lib/pendaxes/detector.rb,
lib/pendaxes/detectors/rspec.rb
Direct Known Subclasses
Defined Under Namespace
Classes: RSpec
Instance Method Summary collapse
- #detect ⇒ Object
-
#initialize(workspace, config = {}) ⇒ Detector
constructor
A new instance of Detector.
Methods included from Defaults
Methods included from Finder
Constructor Details
#initialize(workspace, config = {}) ⇒ Detector
Returns a new instance of Detector.
14 15 16 17 18 |
# File 'lib/pendaxes/detector.rb', line 14 def initialize(workspace, config={}) @config = Hashr.new(self.class.defaults.merge(config)) @workspace = workspace @pendings = [] end |
Instance Method Details
#detect ⇒ Object
20 21 |
# File 'lib/pendaxes/detector.rb', line 20 def detect end |