1992件ヒット
[1-100件を表示]
(0.045秒)
種類
- インスタンスメソッド (795)
- モジュール関数 (645)
- 定数 (276)
- 特異メソッド (252)
- 文書 (24)
ライブラリ
- ビルトイン (573)
-
bigdecimal
/ math (12) - cmath (24)
- csv (12)
- erb (12)
- matrix (12)
- mkmf (24)
- open3 (108)
- openssl (36)
- pathname (12)
- psych (156)
- pty (36)
- resolv (12)
-
rexml
/ sax2listener (36) -
rexml
/ streamlistener (12) -
rinda
/ tuplespace (36) - ripper (12)
- rss (240)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - socket (96)
- syslog (48)
- timeout (21)
-
win32
/ registry (324) - win32ole (48)
クラス
-
CGI
:: Cookie (12) - CSV (12)
- Complex (48)
- ERB (12)
- File (12)
- Float (21)
- IO (108)
- Numeric (48)
-
OpenSSL
:: PKCS7 (12) -
OpenSSL
:: PKCS7 :: RecipientInfo (12) - Pathname (12)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Mapping (144) -
RDoc
:: Options (12) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (72) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackPing (48) -
RSS
:: TrackBackModel20 :: TrackBackPing (48) - Regexp (24)
-
Resolv
:: DNS :: Resource :: SOA (12) -
Rinda
:: TupleEntry (36) - Ripper (12)
-
RubyVM
:: InstructionSequence (60) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - Socket (48)
- String (24)
- Symbol (12)
- Vector (12)
-
WEBrick
:: Cookie (24) - WIN32OLE (36)
-
WIN32OLE
_ METHOD (12)
モジュール
- BigMath (12)
- CMath (24)
- FileTest (12)
- Kernel (48)
- Math (48)
- Open3 (108)
-
OpenSSL
:: X509 (12) - PTY (36)
- Process (132)
-
REXML
:: SAX2Listener (36) -
REXML
:: StreamListener (12) -
RSS
:: BaseTrackBackModel (24) -
RSS
:: TaxonomyTopicModel (24) -
RSS
:: TaxonomyTopicsModel (12) -
Socket
:: Constants (48) - Syslog (48)
- Timeout (21)
-
Win32
:: Registry :: API (324)
キーワード
- ANY (12)
- BLOCK (12)
- CloseKey (12)
- CreateKey (12)
- DeleteKey (12)
- DeleteValue (12)
- EnumKey (12)
- EnumValue (12)
- FLOW (12)
- FlushKey (12)
- Marshal フォーマット (12)
- OpenKey (12)
-
PF
_ PIP (24) - QueryInfoKey (12)
- QueryValue (12)
- RegCloseKey (12)
- RegCreateKeyExA (12)
- RegDeleteKey (12)
- RegDeleteValue (12)
- RegEnumKeyExA (12)
- RegEnumValueA (12)
- RegFlushKey (12)
- RegOpenKeyExA (12)
- RegQueryInfoKey (12)
- RegQueryValueExA (12)
- RegSetValueExA (12)
- Ruby用語集 (12)
-
SO
_ NOSIGPIPE (24) - SetValue (12)
-
TCP
_ KEEPIDLE (24) -
TCP
_ KEEPINTVL (24) -
V
_ ERR _ CERT _ HAS _ EXPIRED (12) -
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) - about (12)
- about= (12)
- acos (12)
-
add
_ recipient (12) - anchor (12)
- anchor= (12)
- angle (24)
-
angle
_ with (12) - arg (24)
- asin (12)
- capitalize (24)
- capitalize! (12)
- check (24)
- compile (24)
-
compile
_ error (12) -
compile
_ file (12) -
compile
_ option (12) -
compile
_ option= (12) - content (12)
- content= (12)
- cos (12)
- cos! (6)
- date (12)
- date= (12)
- detach (12)
- dispid (12)
-
end
_ prefix _ mapping (12) - exp (6)
- expired? (12)
- expires (24)
- expires= (36)
- getpgid (12)
- getpty (12)
- getsid (12)
- implicit (12)
- implicit= (12)
- instruction (12)
- kill (12)
- new (60)
- open (24)
- open! (12)
- packdw (12)
- packqw (12)
- phase (24)
- pid (36)
- pipe (96)
- pipe= (12)
- pipe? (54)
- pipeline (12)
-
pipeline
_ r (24) -
pipeline
_ rw (24) -
pipeline
_ start (24) -
pipeline
_ w (24) - polar (24)
- ppid (12)
- printf (24)
-
processing
_ instruction (12) - reopen (12)
- resource (12)
- resource= (12)
- resources (12)
- round (21)
-
set
_ eoutvar (12) - setpgid (12)
- sin (12)
- sin! (6)
- spawn (12)
-
start
_ mapping (12) -
start
_ prefix _ mapping (12) - style (12)
- style= (12)
- tag (12)
- tag= (12)
- tan! (6)
-
taxo
_ link (12) -
taxo
_ link= (12) -
taxo
_ topic (12) -
taxo
_ topic= (12) -
taxo
_ topics (12) - timeout (21)
-
trackback
_ ping (12) -
trackback
_ ping= (12) -
try
_ compile (24) - unpackdw (12)
- unpackqw (12)
- value (24)
- value= (24)
- wait (12)
- wait2 (12)
- waitpid (12)
- waitpid2 (12)
検索結果
先頭5件
-
BigMath
. # PI(prec) -> BigDecimal (18131.0) -
円周率を prec で指定した精度で計算します。
...で計算します。
@param prec 計算結果の精度。
@raise ArgumentError prec に 0 以下が指定された場合に発生します。
//emlist[][ruby]{
require "bigdecimal/math"
puts BigMath::PI(2) #=> 0.31415926535897932384671233672993238432e1
puts BigMath::PI(5) #=> 0.31415926535897......932384627534923029509162e1
puts BigMath::PI(10) #=> 0.3141592653589793238462643388813853786957412e1
//}... -
RSS
:: TaxonomyTopicModel # taxo _ topic (9116.0) -
@todo
...@todo... -
RSS
:: TaxonomyTopicModel # taxo _ topic= (9116.0) -
@todo
...@todo... -
RSS
:: TaxonomyTopicsModel # taxo _ topics (9116.0) -
@todo
...@todo... -
Rinda
:: TupleEntry # expires=(expires) (6212.0) -
タプルの期限切れの時刻を指定します。
...タプルの期限切れの時刻を指定します。
@param expires 期限切れの時刻(Time)
@see Rinda::TupleEntry#expires... -
OpenSSL
:: PKCS7 # add _ recipient(recipient) -> self (6206.0) -
送信者を追加します。
...送信者を追加します。
このメソッドは使わないでください。
このメソッドは PKCS#7 の低レベル API であり、正しく使うのは
難しいでしょう。
@param recipient 追加する送信者(OpenSSL::PKCS7::RecipientInfo)... -
RubyVM
:: InstructionSequence . compile(source , file = nil , path = nil , line = 1 , options = nil) -> RubyVM :: InstructionSequence (6136.0) -
引数 source で指定した Ruby のソースコードを元にコンパイル済みの RubyVM::InstructionSequence オブジェクトを作成して返します。
...クトを作成して返します。
@param source Ruby のソースコードを文字列で指定します。
@param file ファイル名を文字列で指定します。
@param path 引数 file の絶対パスファイル名を文字列で指定します。
@param line 引数 source の 1 行......かで指定します。詳細は
RubyVM::InstructionSequence.compile_option= を参照
してください。
RubyVM::InstructionSequence.compile("a = 1 + 2")
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
@see RubyVM::InstructionSequence.compile_file... -
IO
. pipe -> [IO] (6130.0) -
pipe(2) を実行して、相互につながった2つの IO オブジェクトを要素とする配列を返します。
...
pipe(2) を実行して、相互につながった2つの
IO オブジェクトを要素とする配列を返します。
戻り値の配列は最初の要素が読み込み側で、次の要素が書き込み側です。
ブロックが渡された場合は、そのブロックに2つの IO オ......トはそのままです)。
得られる2つの IO オブジェクトのエンコーディングを引数で指定することが
できます。
@param enc_str 読み込み側の外部エンコーディングを文字列で指定します。
文字列がコロンを挟んだ二つ......ィングを意味します。
@param ext_enc 読み込み側の外部エンコーディングを Encoding オブジェクトで指定します。
@param int_enc 読み込み側の内部エンコーディングを Encoding オブジェクトで指定します。
@param opts エンコーディン... -
IO
. pipe {|read _ io , write _ io| . . . } -> object (6130.0) -
pipe(2) を実行して、相互につながった2つの IO オブジェクトを要素とする配列を返します。
...
pipe(2) を実行して、相互につながった2つの
IO オブジェクトを要素とする配列を返します。
戻り値の配列は最初の要素が読み込み側で、次の要素が書き込み側です。
ブロックが渡された場合は、そのブロックに2つの IO オ......トはそのままです)。
得られる2つの IO オブジェクトのエンコーディングを引数で指定することが
できます。
@param enc_str 読み込み側の外部エンコーディングを文字列で指定します。
文字列がコロンを挟んだ二つ......ィングを意味します。
@param ext_enc 読み込み側の外部エンコーディングを Encoding オブジェクトで指定します。
@param int_enc 読み込み側の内部エンコーディングを Encoding オブジェクトで指定します。
@param opts エンコーディン...