Method: Command::GemInstallCommand#name
- Defined in:
- lib/command/gem_install_command.rb
#name ⇒ Object
7 8 9 |
# File 'lib/command/gem_install_command.rb', line 7 def name clean "#{ rvm_prefix } gem install ./pkg/#{ options[:gem_file_name] } && cd #{ options[:project_path] } && #{ rvm_prefix } bundle install" end |