Class: Orgrep::Init
- Inherits:
-
Object
- Object
- Orgrep::Init
- Defined in:
- lib/orgrep/init.rb
Overview
initialized commands
Class Method Summary collapse
Class Method Details
.setup ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/orgrep/init.rb', line 6 def self.setup create_file(Orgrep::SPECIFIED_REPOSITORY_TXT_PATH) create_file(Orgrep::SPECIFIED_SEARCH_WORDS_TXT_PATH) create_file(Orgrep::ENV_PATH) setup_env_file puts "initialize complete" end |