種類
- インスタンスメソッド (72)
- クラス (36)
- 特異メソッド (12)
ライブラリ
- ビルトイン (48)
-
net
/ http (12) -
rubygems
/ dependency _ list (12) -
win32
/ registry (48)
クラス
-
Gem
:: DependencyList (12) - Integer (36)
-
Win32
:: Registry :: PredefinedKey (36)
キーワード
- HTTPRedirection (12)
- Numeric (12)
- PredefinedKey (12)
- class (12)
- close (12)
- new (12)
- next (12)
-
spec
_ predecessors (12) - succ (12)
検索結果
先頭5件
-
Integer
# pred -> Integer (18113.0) -
self から -1 した値を返します。
...self から -1 した値を返します。
//emlist[][ruby]{
1.pred #=> 0
(-1).pred #=> -2
//}
@see Integer#next... -
Gem
:: DependencyList # spec _ predecessors -> Hash (6100.0) -
@todo ???
...@todo ???
Return a hash of predecessors. <tt>result[spec]</tt> is an
Array of gemspecs that have a dependency satisfied by the named
spec.... -
Net
:: HTTPRedirection (6000.0) -
HTTP レスポンス 3xx (Redirection) を表現するクラスです。
HTTP レスポンス 3xx (Redirection) を表現するクラスです。
リクエストが正常に受信しましたが、処理を完了するためには
さらなる動作が必要なことを表します。 -
Win32
:: Registry :: PredefinedKey (6000.0) -
-
Win32
:: Registry :: PredefinedKey # class (3000.0) -
@todo
@todo -
Win32
:: Registry :: PredefinedKey # close (3000.0) -
@todo
@todo -
Win32
:: Registry :: PredefinedKey . new(hkey , keyname) (3000.0) -
@todo
@todo -
Integer
# next -> Integer (6.0) -
self の次の整数を返します。
...self の次の整数を返します。
//emlist[][ruby]{
1.next #=> 2
(-1).next #=> 0
1.succ #=> 2
(-1).succ #=> 0
//}
@see Integer#pred... -
Integer
# succ -> Integer (6.0) -
self の次の整数を返します。
...self の次の整数を返します。
//emlist[][ruby]{
1.next #=> 2
(-1).next #=> 0
1.succ #=> 2
(-1).succ #=> 0
//}
@see Integer#pred...