Class: RailsFinder

Inherits:
BaseFinder show all
Defined in:
lib/script_finder/rails_finder.rb

Constant Summary

Constants inherited from BaseFinder

BaseFinder::DEFAULT_BIN_DIR

Instance Attribute Summary

Attributes inherited from BaseFinder

#bin_dir, #command

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_commandObject


5
6
7
# File 'lib/script_finder/rails_finder.rb', line 5

def execute_command
  execute_command_if_singleton(matching_commands)
end