1167件ヒット
[1-100件を表示]
(0.037秒)
別のキーワード
種類
- インスタンスメソッド (586)
- 特異メソッド (353)
- モジュール関数 (228)
ライブラリ
- ビルトイン (354)
- csv (48)
- json (228)
-
minitest
/ unit (1) - mkmf (24)
-
net
/ imap (12) - observer (12)
- open3 (48)
- openssl (24)
- pathname (12)
- pty (12)
- rake (36)
-
rdoc
/ parser (12) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby (12) -
rdoc
/ parser / simple (12) -
rdoc
/ stats (48) -
rdoc
/ top _ level (12) -
ripper
/ lexer (8) -
rubygems
/ user _ interaction (60) - shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12) -
webrick
/ httpresponse (36) -
webrick
/ httpstatus (96)
クラス
- CSV (48)
- Dir (12)
- File (72)
-
File
:: Stat (24) -
Gem
:: StreamUI (60) - IO (12)
-
JSON
:: State (96) -
MiniTest
:: Unit (1) -
Net
:: IMAP (12) -
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: OCSP :: Response (12) - Pathname (12)
-
Process
:: Status (36) -
RDoc
:: Options (12) -
RDoc
:: Parser (12) -
RDoc
:: Parser :: C (12) -
RDoc
:: Parser :: Ruby (12) -
RDoc
:: Parser :: Simple (12) -
RDoc
:: Stats (48) -
RDoc
:: TopLevel (12) -
Rake
:: Application (12) - Ripper (8)
- Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12) - SystemExit (12)
- Thread (42)
-
WEBrick
:: HTTPResponse (36)
モジュール
- FileUtils (24)
- GC (48)
- JSON (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) - Kernel (48)
- Marshal (24)
- Observable (12)
- Open3 (48)
- PTY (12)
- Process (48)
-
WEBrick
:: HTTPStatus (96)
キーワード
- & (12)
- <=> (12)
- == (12)
- >> (12)
- [] (12)
-
abort
_ on _ exception= (24) -
add
_ status (12) - alert (12)
-
alert
_ error (12) -
alert
_ warning (12) - capture2 (12)
- capture2e (12)
- capture3 (12)
- changed (12)
- check (12)
- chown (36)
-
client
_ error? (12) - configure (12)
- create (12)
- dump (24)
- error? (12)
- exit (24)
- exit! (24)
-
file
_ stat= (12) -
from
_ state (12) - generate (12)
- indent= (12)
- info? (12)
-
latest
_ gc _ info (24) - lchmod (12)
- lchown (12)
- lex (8)
- lstat (30)
- merge (12)
- mkdir (12)
- new (72)
-
num
_ classes= (12) -
num
_ files= (12) -
num
_ methods= (12) -
num
_ modules= (12) -
object
_ nl= (12) - open (48)
-
parser
_ for (12) - pipeline (12)
-
reason
_ phrase (12) - redirect? (12)
-
report
_ on _ exception= (18) - ruby (12)
- say (12)
-
server
_ error? (12) -
set
_ error (12) -
set
_ redirect (12) - sh (12)
- space= (12)
-
space
_ before= (12) -
static
_ path= (12) - status (13)
- status= (12)
- success? (12)
- sync= (12)
-
terminate
_ interaction (12) -
to
_ json (108) -
try
_ static _ assert (24) -
tty
_ output= (12) - unparse (12)
- wait2 (12)
- waitpid2 (12)
検索結果
先頭5件
-
File
. stat(filename) -> File :: Stat (18248.0) -
filename の情報を含む File::Stat オブジェクトを生成し て返します。
...File::Stat オブジェクトを生成し
て返します。
@param filename ファイル名を表す文字列を指定します。
@raise Errno::EXXX 情報の取得に失敗した場合に発生します。
//emlist[例][ruby]{
File.stat("testfile").class # => File::Stat
File.stat("testfile......").mtime # => 2017-12-10 01:13:56 +0900
//}
@see IO#stat, File#lstat... -
Shell
# stat(filename) -> File :: Stat (18214.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
Shell
:: CommandProcessor # stat(filename) -> File :: Stat (18214.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
Shell
:: Filter # stat(filename) -> File :: Stat (18214.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.stat... -
GC
. stat(key) -> Numeric (18120.0) -
GC 内部の統計情報を Hash で返します。
...報を Hash で返します。
@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。
@param key 得られる統計情報から......します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:heap_live_slot=>6836,
:heap_free_slot=>519,......します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:heap_allocatable_pages=>0,
:heap_available_slot... -
GC
. stat(result _ hash = {}) -> {Symbol => Integer} (18120.0) -
GC 内部の統計情報を Hash で返します。
...報を Hash で返します。
@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。
@param key 得られる統計情報から......します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:heap_live_slot=>6836,
:heap_free_slot=>519,......します。
@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:heap_allocatable_pages=>0,
:heap_available_slot... -
JSON
:: State . from _ state(options) -> JSON :: State (9206.0) -
与えられた options によって生成した JSON::State のインスタンスを返します。
...JSON::State のインスタンスを返します。
@param options JSON::State のインスタンスか、ハッシュを指定します。
@return options がハッシュである場合は、それによって初期化した JSON::State を
返します。options が JSON::State のイ......いない JSON::State の
インスタンスを返します。
//emlist[例 Hash を指定][ruby]{
require "json"
json_state = JSON::State.from_state(indent: "\t")
json_state.class # => JSON::Ext::Generator::State
json_state.indent # => "\t"
//}
//emlist[例 JSON::State を指定][ruby]{......require "json"
json_state = JSON::State.from_state(indent: "\t")
# JSON を出力する何らかの処理を実行する
copy = JSON::State.from_state(json_state)
copy.class # => JSON::Ext::Generator::State
copy.indent # => "\t"
//}... -
File
. lstat(filename) -> File :: Stat (6279.0) -
File.statと同様ですが、シンボリックリンクに関してリンクそのものの 情報を File::Stat として返します。lstat(2) を実装していないシステムでは、File.stat と同じです。
...File.statと同様ですが、シンボリックリンクに関してリンクそのものの
情報を File::Stat として返します。lstat(2) を実装していないシステムでは、File.stat と同じです。
@param filename ファイル名を表す文字列を指定します。
@ra......ise Errno::EXXX 情報の取得に失敗した場合に発生します。
//emlist[例][ruby]{
# link.rb は t.rb のシンボリックリンク
File.lstat("link.rb") == File.stat("t.rb") # => false
File.stat("link.rb") == File.stat("t.rb") # => true
//}
@see IO#stat, File#lstat... -
OpenSSL
:: OCSP :: BasicResponse # add _ status(cid , status , reason , revtime , thisupd , nextupd , exts) -> self (6242.0) -
証明書の状態の問い合わせの結果をオブジェクトに追加します。
...icResponse#status を見てください。
@param cid 問い合わせの(OpenSSL::OCSP::CertificateId オブジェクト)
@param status ステータスコード(整数)
@param reason 失効理由コード(整数)
@param revtime 失効時刻(Time オブジェクトもしくは nil)
@param thisupd......最終更新時刻(Time オブジェクト)
@param nextupd 次回更新時刻(Time オブジェクト)
@param exts 拡張領域(OpenSSL::X509::Extension オブジェクトの配列)... -
Shell
# lstat(filename) -> File :: Stat (6207.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.lstat... -
Shell
:: CommandProcessor # lstat(filename) -> File :: Stat (6207.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.lstat...