るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call?

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

RDoc::Parser::Ruby::SINGLE -> "<<" (21101.0)

RDoc::SingleClass type

...RDoc::SingleClass type...

VALUE rb_singleton_class_clone(VALUE klass) (18300.0)

特異クラス klass を clone して返します。 klass が特異クラスでないときはただ klass を返します。

...特異クラス klass を clone して返します。
klass が特異クラスでないときはただ klass を返します。...

Object#singleton_class -> Class (12318.0)

レシーバの特異クラスを返します。 まだ特異クラスがなければ、新しく作成します。

...れ NilClass, TrueClass,
FalseClass を返します。

@raise TypeError レシーバが Integer、Float、Symbol の場合に発生します。

//emlist[][ruby]{
Object.new.singleton_class #=> #<Class:#<Object:0xb7ce1e24>>
String.singleton_class #=> #<Class:String>
nil.singleton_class...
...#=> NilClass
//}

@see Object#class...

Module#singleton_class? -> bool (12218.0)

self が特異クラスの場合に true を返します。そうでなければ false を返し ます。

...self が特異クラスの場合に true を返します。そうでなければ false を返し
ます。

//emlist[例][ruby]{
c
lass C
end
C
.singleton_class? # => false
C
.singleton_class.singleton_class? # => true
//}...

OpenSSL::SSL::OP_SINGLE_ECDH_USE -> Integer (12201.0)

@todo OpenSSL::SSL::SSLContext#options= で利用します。

...@todo
OpenSSL::SSL::SSLContext#options= で利用します。...

絞り込み条件を変える

VALUE rb_singleton_class(VALUE obj) (12200.0)

obj に特異クラスを導入し、その特異クラスを返します。 すでに特異クラスが導入されているときはそれをそのまま返します。

obj に特異クラスを導入し、その特異クラスを返します。
すでに特異クラスが導入されているときはそれをそのまま返します。

obj が特異メソッドを定義できない型のオブジェクトである
ときは例外 TypeError を発生します。

VALUE rb_singleton_class_new(VALUE super) (12200.0)

super をスーパークラスとする特異クラスを生成し、返します。

super をスーパークラスとする特異クラスを生成し、返します。

void rb_singleton_class_attached(VALUE klass, VALUE obj) (12200.0)

特異クラス klass にその唯一のインスタンス obj を結びつけます。

特異クラス klass にその唯一のインスタンス obj を結びつけます。

rdoc/single_class (12016.0)

RDoc::SingleClass を定義するサブライブラリです。

...RDoc::SingleClass を定義するサブライブラリです。...
<< 1 2 3 ... > >>