るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.117秒)

別のキーワード

  1. win32ole ole_obj_help
  2. win32ole ole_method_help
  3. win32ole ole_show_help
  4. un help
  5. irb/help print_usage

ライブラリ

検索結果

OptionParser#summary_indent -> String (73021.0)

サマリを表示する時のインデントを文字列で返します。

...ます。

@return サマリを表示する時のインデントを文字列で返します。

//emlist[例][ruby]{
require "optparse"

opts = OptionParser.new do |opts|
opts.on_head("-i", "--init")
opts.on("-u", "--update")
opts.on_tail("-h", "--help")
end

opts.summary_indent # => "...