るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.039秒)
トップページ > クエリ:String[x] > クエリ:display[x]

別のキーワード

  1. string []=
  2. string slice
  3. string slice!
  4. string []
  5. string gsub

検索結果

rubygems/commands/search_command (36.0)

指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。

...rch [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to search
-d, --[no-]details Display detailed information of gem(s)
--[no-]versions Display only...
...gem names
-a, --all Display all gem versions
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, --both...
...Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING
検索したい Gem パッケージ名の一部を指定します
Summary:
STRING
を含む全ての Gem パッケージ名を表示します
Defaults:
--local --no-...