408件ヒット
[1-100件を表示]
(0.020秒)
ライブラリ
- ビルトイン (48)
-
cgi
/ core (12) - csv (48)
- json (132)
- rake (24)
- shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12)
クラス
- CGI (12)
- CSV (48)
-
JSON
:: State (24) - Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12)
モジュール
- FileUtils (24)
- GC (24)
-
JSON
:: Generator :: GeneratorMethods :: Array (12) -
JSON
:: Generator :: GeneratorMethods :: FalseClass (12) -
JSON
:: Generator :: GeneratorMethods :: Float (12) -
JSON
:: Generator :: GeneratorMethods :: Hash (12) -
JSON
:: Generator :: GeneratorMethods :: Integer (12) -
JSON
:: Generator :: GeneratorMethods :: NilClass (12) -
JSON
:: Generator :: GeneratorMethods :: Object (12) -
JSON
:: Generator :: GeneratorMethods :: String (12) -
JSON
:: Generator :: GeneratorMethods :: TrueClass (12) - Marshal (24)
キーワード
-
HTTP
_ STATUS (12) - dump (24)
-
dyna
_ push (12) -
latest
_ gc _ info (12) -
local
_ push (12) - lstat (18)
-
mark
_ hashentry (12) - numhash (12)
- open (48)
- pushback (12)
-
rb
_ f _ hash (12) - rehash (12)
- ruby (12)
-
ruby 1
. 9 feature (12) - strhash (12)
-
to
_ h (12) -
to
_ hash (12) -
to
_ json (108)
検索結果
先頭5件
-
Shell
# stat(filename) -> File :: Stat (21208.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
Shell
:: CommandProcessor # stat(filename) -> File :: Stat (21208.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
Shell
:: Filter # stat(filename) -> File :: Stat (21208.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
FileUtils
# sh(*cmd) {|result , status| . . . } (18219.0) -
与えられたコマンドを実行します。
...nel.#exec を参照してください。
例:
sh %{ls -ltr}
sh 'ls', 'file with spaces'
# check exit status after command runs
sh %{grep pattern file} do |ok, res|
if ! ok
puts "pattern not found (status = #{res.exitstatus})"
end
end
@see Kernel.#exec, Kern... -
GC
. stat(result _ hash = {}) -> {Symbol => Integer} (18208.0) -
GC 内部の統計情報を Hash で返します。
...GC 内部の統計情報を Hash で返します。
@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。
@param key 得ら......い場合にキーを
Symbol で指定します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:hea......ct=>838,
:malloc_increase=>181034,
:malloc_limit=>16777216,
:minor_gc_count=>2,
:major_gc_count=>0,
:remembered_shady_object=>55,
:remembered_shady_object_limit=>0,
:old_object=>2422,
:old_object_limit=>0,
:oldmalloc_increase=>277386,
:oldmalloc_limit=>1677721......い場合にキーを
Symbol で指定します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:hea... -
Shell
# lstat(filename) -> File :: Stat (9201.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.lstat... -
Shell
:: CommandProcessor # lstat(filename) -> File :: Stat (9201.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.lstat... -
Shell
:: Filter # lstat(filename) -> File :: Stat (9201.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.lstat... -
CGI
:: HTTP _ STATUS -> Hash (6200.0) -
HTTP のステータスコードを表すハッシュです。
HTTP のステータスコードを表すハッシュです。 -
JSON
:: State # to _ hash -> Hash (6200.0) -
自身をハッシュに変換します。
...自身をハッシュに変換します。
//emlist[例][ruby]{
require "json"
require "pp"
json_state = JSON::State.new
pp json_state.to_h
# => {:indent=>"",
# :space=>"",
# :space_before=>"",
# :object_nl=>"",
# :array_nl=>"",
# :allow_nan=>false,
# :ascii_only=>false,... -
static VALUE rb
_ f _ hash(VALUE obj , VALUE arg) (6200.0) -
Kernel.#Hash の実体です。
...Kernel.#Hash の実体です。... -
static int mark
_ hashentry(VALUE key , VALUE value) (6200.0) -