本文簡要介紹ruby語言中 OptionParser.accept
的用法。
用法
accept(*args, &blk)
指示接受指定的類 t
。參數字符串被傳遞到應該轉換為所需類的塊。
t
-
參數類說明符,任何對象,包括
Class
。 pat
-
參數模式,如果響應匹配,則默認為
t
。
accept(t, pat, &block)
相關用法
- Ruby OptionParser.reject用法及代碼示例
- Ruby OptionParser.getopts用法及代碼示例
- Ruby OptionParser類用法及代碼示例
- Ruby Option.level用法及代碼示例
- Ruby Option.byte用法及代碼示例
- Ruby Option.family用法及代碼示例
- Ruby Option.int用法及代碼示例
- Ruby Option.new用法及代碼示例
- Ruby Option.ipv4_multicast_loop用法及代碼示例
- Ruby Option.inspect用法及代碼示例
- Ruby Option.bool用法及代碼示例
- Ruby Option.to_s用法及代碼示例
- Ruby Option.unpack用法及代碼示例
- Ruby Option.optname用法及代碼示例
- Ruby Option.ipv4_multicast_ttl用法及代碼示例
- Ruby Options類用法及代碼示例
- Ruby Option.data用法及代碼示例
- Ruby Option.linger用法及代碼示例
- Ruby Open3.capture3用法及代碼示例
- Ruby Open3.capture2用法及代碼示例
- Ruby OpenStruct.ostruct[name] =用法及代碼示例
- Ruby OpenSSL.fips_mode =用法及代碼示例
- Ruby OpenSSL模塊用法及代碼示例
- Ruby Open3.capture2e用法及代碼示例
- Ruby Open3.popen2e用法及代碼示例
注:本文由純淨天空篩選整理自ruby-lang.org大神的英文原創作品 OptionParser.accept。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。