Method: LibGems::Commands::InstallCommand#usage
- Defined in:
- lib/libgems/commands/install_command.rb
#usage ⇒ Object
:nodoc:
100 101 102 |
# File 'lib/libgems/commands/install_command.rb', line 100 def usage # :nodoc: "#{program_name} GEMNAME [GEMNAME ...] [options] -- --build-flags" end |