るりまサーチ

最速Rubyリファレンスマニュアル検索!
408件ヒット [401-408件を表示] (0.036秒)
トップページ > クエリ:require[x] > 種類:インスタンスメソッド[x] > クエリ:string[x] > クエリ:on[x] > クラス:OptionParser[x]

別のキーワード

  1. kernel require
  2. getoptlong require_order
  3. rubygems/custom_require require
  4. irb/ext/use-loader irb_require
  5. require execute

ライブラリ

キーワード

検索結果

<< < ... 3 4 5 >>

OptionParser#release -> String (3109.0)

プログラムのリリースを文字列で返します。

...プログラムのリリースを文字列で返します。

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

OptionParser
.new do |opts|
opts.release # => nil
opts.release = "2019-05-01"
opts.release # => "2019-05-01"
end
//}...
<< < ... 3 4 5 >>