るりまサーチ

最速Rubyリファレンスマニュアル検索!
34020件ヒット [1-100件を表示] (0.241秒)
トップページ > クエリ:l[x] > クエリ:>[x] > クエリ:u[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

クラス

モジュール

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

Socket::Constants::IP_DEFAULT_MULTICAST_LOOP -> Integer (24500.0)

@todo Default multicast loopback

...@todo
Default multicast loopback...

Socket::Constants::IP_DEFAULT_MULTICAST_TTL -> Integer (24500.0)

@todo Default multicast TTL

...@todo
Default multicast TTL...

Socket::IP_DEFAULT_MULTICAST_LOOP -> Integer (24500.0)

@todo Default multicast loopback

...@todo
Default multicast loopback...

Socket::IP_DEFAULT_MULTICAST_TTL -> Integer (24500.0)

@todo Default multicast TTL

...@todo
Default multicast TTL...

Module#>(other) -> bool | nil (24336.0)

比較演算子。 self が other の先祖である場合、true を返します。 self が other の子孫か同一クラスである場合、false を返します。

...比較演算子。 self が other の先祖である場合、true を返します。
self が other の子孫か同一クラスである場合、false を返します。

継承関係にないクラス同士の比較では
nil を返します。

@param other 比較対象のモジュールやクラ...
...ule#<

//emlist[例][ruby]{
module Awesome; end
module Included
include Awesome
end
module Prepended
prepend Awesome
end

Included.ancestors # => [Included, Awesome]
Awesome > Included # => true
Included > Awesome # => false

Prepended.ancestors # => [Awesome, Prepended]
Awesome > Prepended # =>...
...true
Prepended > Awesome # => false

Awesome > Awesome # => false
Awesome > Object # => nil
//}...

絞り込み条件を変える

Shell::ProcessController.block_output_synchronize { ... } -> () (21400.0)

@todo

@todo

ERB::Util.#u(s) -> String (21201.0)

文字列 s を URLエンコードした文字列を返します。

... URLエンコードした文字列を返します。

文字列 s 中に含まれる 2バイト文字や半角スペースについて URL エンコードを行った文字列を返します(CGI.escapeとほぼ同じです)。

@param s URLエンコードを行う文字列

//emlist[例][ruby]{
requ...
...ire "erb"
include ERB::Util

puts url_encode("Programming Ruby: The Pragmatic Programmer's Guide")
# Programming%20Ruby%3A%20%20The%20Pragmatic%20Programmer%27s%20Guide
//}...

Matrix::LUPDecomposition#l -> Matrix (21201.0)

LUP分解の下半行列部分を返します。

...LUP分解の下半行列部分を返します。...

Matrix::LUPDecomposition#u -> Matrix (21201.0)

LUP分解の上半行列部分を返します。

...LUP分解の上半行列部分を返します。...

Fixnum#>(other) -> bool (21200.0)

比較演算子。数値として大きいか判定します。

...比較演算子。数値として大きいか判定します。

@param other 比較対象の数値
@return self よりも other の方が小さい場合 true を返します。
そうでなければ false を返します。...

絞り込み条件を変える

RDoc::Context#unmatched_alias_lists -> {String => RDoc::Alias} (18600.0)

メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。

...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。...
<< 1 2 3 ... > >>