724件ヒット
[1-100件を表示]
(0.078秒)
ライブラリ
- ビルトイン (48)
- csv (396)
- json (12)
- mkmf (12)
-
net
/ ftp (10) - pathname (24)
-
rubygems
/ specification (84) -
rubygems
/ uninstaller (12) - shell (24)
-
shell
/ command-processor (30) -
shell
/ filter (24) -
webrick
/ httpserver (48)
クラス
- CSV (24)
-
CSV
:: Row (24) -
CSV
:: Table (348) - Class (12)
-
File
:: Stat (24) -
Gem
:: Specification (84) -
Gem
:: Uninstaller (12) - IO (12)
-
Net
:: FTP :: MLSxEntry (10) - Pathname (24)
-
RubyVM
:: InstructionSequence (12) - Shell (24)
-
Shell
:: CommandProcessor (30) -
Shell
:: Filter (24) -
WEBrick
:: HTTPServer :: MountTable (48)
モジュール
- Kernel (12)
キーワード
- << (12)
- == (12)
- [] (48)
- []= (24)
-
add
_ bindir (12) -
by
_ col (12) -
by
_ col! (12) -
by
_ col _ or _ row (12) -
by
_ col _ or _ row! (12) -
by
_ row (12) -
by
_ row! (12) - creatable? (10)
-
default
_ executable (12) -
default
_ executable= (12) - delete (24)
-
delete
_ if (24) - each (24)
- empty? (12)
- executable (12)
- executable= (12)
- executable? (42)
-
executable
_ real? (42) - executables (12)
- executables= (12)
- fields (12)
-
find
_ executable (12) - headers (12)
- inspect (12)
-
json
_ creatable? (12) - length (12)
- mode (12)
- push (12)
- read (12)
- readlines (12)
-
remove
_ executables (12) - scan (12)
- size (12)
-
to
_ a (24) -
to
_ csv (12) -
to
_ s (12) -
values
_ at (24) -
world
_ writable? (6) - writable? (18)
-
writable
_ real? (18) -
write
_ nonblock (12)
検索結果
先頭5件
-
CSV
:: Table # table -> Array (24102.0) -
同値性を比較するために内部的に使用します。
同値性を比較するために内部的に使用します。 -
Gem
:: Specification # default _ executable=(executable) (12401.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (12401.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # executables=(executables) (12401.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Gem
:: Uninstaller # remove _ executables(gemspec) (12223.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Shell
# executable?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
# executable _ real?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: CommandProcessor # executable?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
:: CommandProcessor # executable _ real?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: Filter # executable?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
:: Filter # executable _ real?(file) -> bool (12217.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Class
# json _ creatable? -> bool (12201.0) -
シリアライズされた JSON 形式の文字列から、インスタンスを作成するのにこのクラスを使用できる場合は 真を返します。そうでない場合は、偽を返します。
...ラスは json_create というメソッドを実装していなければなりません。
また json_create の第一引数は必要なデータを含むハッシュを期待しています。
//emlist[例][ruby]{
require "json"
String.json_creatable? # => true
Dir.json_creatable? # => fal...