612件ヒット
[1-100件を表示]
(0.033秒)
別のキーワード
種類
- インスタンスメソッド (336)
- 特異メソッド (192)
- モジュール関数 (84)
ライブラリ
- ビルトイン (156)
- csv (180)
-
io
/ wait (24) - mkmf (12)
- openssl (48)
-
rexml
/ document (12) -
rubygems
/ specification (48) -
rubygems
/ uninstaller (12) - shell (24)
-
shell
/ command-processor (24) -
shell
/ filter (24) -
webrick
/ httpserver (48)
クラス
- CSV (48)
-
CSV
:: Row (36) -
CSV
:: Table (96) - File (60)
-
Gem
:: Specification (48) -
Gem
:: Uninstaller (12) - IO (36)
-
OpenSSL
:: ASN1 :: PrintableString (24) -
REXML
:: Element (12) -
RubyVM
:: InstructionSequence (24) - Shell (24)
-
Shell
:: CommandProcessor (24) -
Shell
:: Filter (24) -
WEBrick
:: HTTPServer :: MountTable (48)
モジュール
- FileTest (60)
- Kernel (12)
-
OpenSSL
:: ASN1 (24)
キーワード
- << (12)
- == (12)
- PrintableString (24)
- [] (48)
- []= (24)
-
add
_ bindir (12) -
default
_ executable= (12) - delete (12)
- disasm (12)
- disassemble (12)
- executable= (12)
- executable? (42)
-
executable
_ real? (42) - executables= (12)
- fields (12)
-
find
_ executable (12) - new (72)
- push (12)
- read (12)
- readlines (12)
-
remove
_ executables (12) - scan (12)
-
values
_ at (12) -
wait
_ writable (24) -
world
_ writable? (24) - writable? (42)
-
writable
_ real? (42) -
write
_ nonblock (12)
検索結果
先頭5件
- CSV
. table(path , options = Hash . new) -> CSV :: Table | [Array] - OpenSSL
:: ASN1 . # PrintableString(value) -> OpenSSL :: ASN1 :: PrintableString -> OpenSSL :: ASN1 :: PrintableString - OpenSSL
:: ASN1 . # PrintableString(value , tag , tagging , tag _ class) -> OpenSSL :: ASN1 :: PrintableString - Gem
:: Specification # default _ executable=(executable) - Gem
:: Specification # executable=(executable)
-
CSV
. table(path , options = Hash . new) -> CSV :: Table | [Array] (18214.0) -
以下と同等のことを行うメソッドです。
...{ headers: true,
converters: :numeric,
header_converters: :symbol }.merge(options) )
//}
@param path ファイル名を指定します。
@param options CSV.new のオプションと同じオプションを指定できます。
@see CSV.read... -
OpenSSL
:: ASN1 . # PrintableString(value) -> OpenSSL :: ASN1 :: PrintableString -> OpenSSL :: ASN1 :: PrintableString (6324.0) -
ASN.1 の PrintableString 型の値を表現する Ruby のオブジェクトを 生成します。
...ASN.1 の PrintableString 型の値を表現する Ruby のオブジェクトを
生成します。
OpenSSL::ASN1::PrintableString.new と同じです。
@param value ASN.1 値を表す Ruby のオブジェクト(文字列)
@param tag タグ番号
@param tagging タグ付けの方法(:IMPLICIT も......しくは :EXPLICIT)
@param tag_class タグクラス(:UNIVERSAL, :CONTEXT_SPECIFIC, :APPLICATION, :PRIVATE のいずれか)... -
OpenSSL
:: ASN1 . # PrintableString(value , tag , tagging , tag _ class) -> OpenSSL :: ASN1 :: PrintableString (6224.0) -
ASN.1 の PrintableString 型の値を表現する Ruby のオブジェクトを 生成します。
...ASN.1 の PrintableString 型の値を表現する Ruby のオブジェクトを
生成します。
OpenSSL::ASN1::PrintableString.new と同じです。
@param value ASN.1 値を表す Ruby のオブジェクト(文字列)
@param tag タグ番号
@param tagging タグ付けの方法(:IMPLICIT も......しくは :EXPLICIT)
@param tag_class タグクラス(:UNIVERSAL, :CONTEXT_SPECIFIC, :APPLICATION, :PRIVATE のいずれか)... -
Gem
:: Specification # default _ executable=(executable) (6206.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (6206.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # executables=(executables) (6206.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Kernel
# find _ executable(bin , path = nil) -> String | nil (6112.0) -
パス path から実行ファイル bin を探します。
...見つからなかった場合は、nilを返します。
このメソッドは Makefile を変更しません。
@param bin 実行ファイルの名前を指定します。
@param path パスを指定します。デフォルトは環境変数 PATH です。
環境変数 PATH が定... -
File
. executable?(path) -> bool (6106.0) -
FileTest.#executable? と同じです。
...FileTest.#executable? と同じです。
@param path パスを表す文字列を指定します。... -
File
. executable _ real?(path) -> bool (6106.0) -
FileTest.#executable_real? と同じです。
...FileTest.#executable_real? と同じです。
@param path パスを表す文字列を指定します。...