Class: RailsFinder
- Inherits:
-
BaseFinder
- Object
- BaseFinder
- RailsFinder
- Defined in:
- lib/script_finder/rails_finder.rb
Constant Summary
Constants inherited from BaseFinder
Instance Attribute Summary
Attributes inherited from BaseFinder
Instance Method Summary collapse
Methods inherited from BaseFinder
find_and_execute, #initialize, running_command_for_current_rails_version?
Constructor Details
This class inherits a constructor from BaseFinder
Instance Method Details
#execute_command ⇒ Object
5 6 7 |
# File 'lib/script_finder/rails_finder.rb', line 5 def execute_command execute_command_if_singleton(matching_commands) end |