1087件ヒット
[1-100件を表示]
(0.100秒)
ライブラリ
- ビルトイン (228)
- date (50)
-
fiddle
/ import (24) - json (12)
-
net
/ ftp (12) -
net
/ http (19) -
net
/ imap (36) -
net
/ smtp (48) - openssl (72)
-
rdoc
/ code _ object (24) -
rdoc
/ context (120) -
rinda
/ rinda (48) -
rinda
/ tuplespace (60) -
rubygems
/ security (216) - set (18)
- time (24)
- timeout (16)
- un (12)
クラス
- Array (10)
-
CGI
:: Cookie (24) - DateTime (50)
- FalseClass (60)
-
Gem
:: Security :: Policy (156) -
Gem
:: Security :: Signer (60) -
Net
:: FTP (12) -
Net
:: HTTP (19) -
Net
:: IMAP :: ResponseCode (24) -
Net
:: IMAP :: ResponseText (12) -
Net
:: SMTP (48) -
OpenSSL
:: Config (72) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (36) -
RDoc
:: Context :: Section (84) -
Rinda
:: TupleEntry (12) -
Rinda
:: TupleSpace (48) -
Rinda
:: TupleSpaceProxy (48) - Set (24)
- String (21)
- Symbol (21)
- Time (134)
-
WEBrick
:: Cookie (24)
モジュール
-
Fiddle
:: Importer (24) -
JSON
:: Generator :: GeneratorMethods :: FalseClass (12) - Kernel (28)
キーワード
- & (12)
- == (12)
- [] (12)
- ^ (12)
-
add
_ value (12) -
auth
_ cram _ md5 (12) -
auth
_ login (12) -
auth
_ plain (12) - authenticate (12)
- casecmp (24)
- casecmp? (18)
-
cert
_ chain (12) -
cert
_ chain= (12) - code (12)
- comment (12)
-
current
_ section (12) - data (12)
-
deconstruct
_ keys (4) -
get
_ value (12) - inspect (24)
- intersect? (16)
- intersection (18)
- iso8601 (12)
- key (12)
- key= (12)
- name (12)
- notify (24)
- nsec (12)
-
only
_ signed (12) -
only
_ signed= (12) -
only
_ trusted (12) -
only
_ trusted= (12) - parent (12)
- read (24)
-
read
_ timeout= (24) - renew (12)
-
sec
_ fraction (12) - second (12)
-
second
_ fraction (12) - section (24)
- section= (12)
- sections (24)
- secure (24)
- secure= (24)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) - sign (12)
- sizeof (12)
- struct (12)
- subsec (12)
- take (24)
- timeout (16)
- title (12)
-
to
_ a (12) -
to
_ i (12) -
to
_ json (12) -
to
_ s (12) -
tv
_ nsec (12) -
tv
_ sec (12) -
tv
_ usec (12) - usec (12)
- value (12)
-
verify
_ chain (12) -
verify
_ chain= (12) -
verify
_ data (12) -
verify
_ data= (12) -
verify
_ gem (12) -
verify
_ root (12) -
verify
_ root= (12) -
verify
_ signer (12) -
verify
_ signer= (12) -
wait
_ writable (12) - write (24)
-
write
_ timeout= (7) - xmlschema (12)
- | (12)
検索結果
先頭5件
-
Time
# sec -> Integer (18214.0) -
秒を整数で返します。
...秒を整数で返します。
//emlist[][ruby]{
p Time.mktime(2000, 1, 1).sec # => 0
//}
通常は0から59を返しますが、うるう秒の場合は60を返します。
//emlist[][ruby]{
ENV['TZ'] = 'right/UTC'
p Time.mktime(2005, 12, 31, 23, 59, 60).sec # => 60
//}... -
DateTime
# sec -> Integer (18202.0) -
秒を返します (0-59)。
秒を返します (0-59)。 -
DateTime
# sec _ fraction -> Rational (12302.0) -
秒の小数点以下の部分を表す分数を返します。
秒の小数点以下の部分を表す分数を返します。 -
DateTime
# second _ fraction -> Rational (12302.0) -
秒の小数点以下の部分を表す分数を返します。
秒の小数点以下の部分を表す分数を返します。 -
RDoc
:: Context # current _ section -> RDoc :: Context :: Section (12301.0) -
現在の section を返します。
...現在の section を返します。... -
Array
# intersect?(other) -> bool (12201.0) -
other と共通の要素が少なくとも1個あれば true を、なければ false を返します。
...other と共通の要素が少なくとも1個あれば true を、なければ false を返します。
//emlist[例][ruby]{
a = [ 1, 2, 3 ]
b = [ 3, 4, 5 ]
c = [ 5, 6, 7 ]
a.intersect?(b) # => true
a.intersect?(c) # => false
//}... -
Array
# intersection(*other _ arrays) -> Array (12201.0) -
自身と引数に渡された配列の共通要素を新しい配列として返します。 要素が重複する場合は、そのうちの1つのみを返します。 要素の順序は自身の順序を維持します。
...持します。
@param other_arrays 自身と共通要素を取りたい配列を指定します。
配列以外のオブジェクトを指定した場合は to_ary
メソッドによる暗黙の型変換を試みます。
@raise TypeError 引数に配列以......合に発生します。
intersectionはObject#hashとObject#eql?を使って比較を行います。
//emlist[例][ruby]{
[1, 1, 3, 5].intersection([3, 2, 1]) # => [1, 3]
["a", "b", "z"].intersection(["a", "b", "c"], ["b"]) # => ["b"]
["a"].intersection......# => ["a"]
//}
@see Set#intersection, Array#&... -
CGI
:: Cookie # secure -> bool (12201.0) -
自身がセキュアクッキーである場合は、真を返します。 そうでない場合は、偽を返します。
自身がセキュアクッキーである場合は、真を返します。
そうでない場合は、偽を返します。 -
CGI
:: Cookie # secure=(val) (12201.0) -
セキュアクッキーであるかどうかを変更します。
...セキュアクッキーであるかどうかを変更します。
@param val 真を指定すると自身はセキュアクッキーになります。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (12201.0) -
Handle sections
...Handle sections...