Method: Conify::Command#file_for_command
- Defined in:
- lib/conify/command.rb
#file_for_command(command) ⇒ Object
Create a command file path from the name of a command
111 112 113 |
# File 'lib/conify/command.rb', line 111 def file_for_command(command) File.join(File.dirname(__FILE__), 'command', "#{command}.rb") end |