Class: Calcifer::Finders::FileRelatedFinder
- Inherits:
-
Object
- Object
- Calcifer::Finders::FileRelatedFinder
- Defined in:
- lib/calcifer/finders/file_related_finder.rb
Instance Attribute Summary collapse
-
#related_spec_files ⇒ Object
readonly
Returns the value of attribute related_spec_files.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(module_name) ⇒ FileRelatedFinder
constructor
A new instance of FileRelatedFinder.
Constructor Details
#initialize(module_name) ⇒ FileRelatedFinder
Returns a new instance of FileRelatedFinder.
8 9 10 |
# File 'lib/calcifer/finders/file_related_finder.rb', line 8 def initialize(module_name) @module_name = module_name end |
Instance Attribute Details
#related_spec_files ⇒ Object (readonly)
Returns the value of attribute related_spec_files.
6 7 8 |
# File 'lib/calcifer/finders/file_related_finder.rb', line 6 def @related_spec_files end |
Instance Method Details
#execute ⇒ Object
12 13 14 |
# File 'lib/calcifer/finders/file_related_finder.rb', line 12 def execute .split end |