mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
parent
9d696aa204
commit
2755cb1b2f
262 changed files with 3027 additions and 3113 deletions
|
@ -5,7 +5,7 @@ require_relative "../command"
|
|||
class Gem::Commands::WhichCommand < Gem::Command
|
||||
def initialize
|
||||
super "which", "Find the location of a library file you can require",
|
||||
:search_gems_first => false, :show_all => false
|
||||
search_gems_first: false, show_all: false
|
||||
|
||||
add_option "-a", "--[no-]all", "show all matching files" do |show_all, options|
|
||||
options[:show_all] = show_all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue