1155件ヒット
[1-100件を表示]
(0.099秒)
種類
ライブラリ
- ビルトイン (684)
- forwardable (84)
-
minitest
/ spec (1) -
minitest
/ unit (2) - openssl (12)
- pp (12)
- prime (48)
-
rdoc
/ context (12) - singleton (24)
- syslog (12)
-
webrick
/ httpservlet / abstract (12) -
webrick
/ httpservlet / prochandler (12) - zlib (12)
クラス
- BasicObject (36)
- Module (240)
- Object (229)
- Prime (48)
-
RDoc
:: Context (12) - UnboundMethod (96)
-
WEBrick
:: HTTPServlet :: AbstractServlet (12) -
WEBrick
:: HTTPServlet :: ProcHandler (12)
モジュール
- Enumerable (24)
- Forwardable (72)
- Kernel (48)
-
MiniTest
:: Assertions (2) - Singleton (12)
- Syslog (12)
オブジェクト
- main (24)
キーワード
- == (12)
- === (24)
- Digest (12)
- Marshal フォーマット (12)
- Ruby プログラムの実行 (12)
- Ruby用語集 (12)
- SingleForwardable (12)
- Singleton (12)
- TYPES (12)
- ZStream (12)
-
assert
_ instance _ of (1) -
assert
_ kind _ of (1) -
bind
_ call (12) - class (12)
-
class
_ eval (24) -
class
_ variables (12) - clone (12)
- constants (24)
-
def
_ delegator (12) -
def
_ delegators (12) -
def
_ instance _ delegator (12) -
def
_ instance _ delegators (12) -
define
_ method (48) - delegate (12)
- each (24)
- eql? (12)
- eval (24)
-
get
_ instance (24) -
global
_ variables (12) - grep (24)
-
initialize
_ copy (12) -
ins
_ methods _ i (12) -
ins
_ methods _ priv _ i (12) -
ins
_ methods _ prot _ i (12) -
instance
_ delegate (12) -
instance
_ eval (24) -
instance
_ method (12) -
instance
_ methods (12) -
instance
_ of? (12) -
instance
_ variable _ defined? (12) -
instance
_ variable _ get (12) -
instance
_ variable _ set (12) -
instance
_ variables (12) - irb (12)
-
irb
/ completion (12) -
is
_ a? (12) -
kind
_ of? (12) -
local
_ variables (12) -
method
_ added (12) - methods (12)
-
module
_ eval (24) -
must
_ be _ instance _ of (1) - name (12)
-
original
_ name (12) - owner (12)
-
pretty
_ print _ instance _ variables (12) - prime? (12)
-
prime
_ division (12) -
private
_ instance _ methods (12) -
private
_ methods (12) -
protected
_ instance _ methods (12) -
protected
_ methods (12) -
public
_ instance _ method (12) -
public
_ instance _ methods (12) -
public
_ method (12) -
public
_ methods (12) -
rb
_ class _ allocate _ instance (12) -
rb
_ class _ instance _ methods (12) -
rb
_ class _ new _ instance (12) -
rb
_ class _ private _ instance _ methods (12) -
rb
_ class _ protected _ instance _ methods (12) -
rb
_ obj _ instance _ eval (12) -
rb
_ obj _ instance _ variables (12) -
rb
_ obj _ is _ instance _ of (12) -
rb
_ obj _ remove _ instance _ variable (12) -
remove
_ class _ variable (12) -
remove
_ const (12) -
remove
_ instance _ variable (12) -
respond
_ to? (12) -
singleton
_ method (12) -
singleton
_ method _ undefined (12) -
source
_ location (12) -
specific
_ eval (12) -
undef
_ method (12) - 変数と定数 (12)
検索結果
先頭5件
-
Syslog
. # instance -> self (21201.0) -
selfを返します。(旧版との互換性のため)
...selfを返します。(旧版との互換性のため)... -
Singleton
. instance -> object (21101.0) -
そのクラスの唯一のインスタンスを返します。 最初に呼ばれたときはそのインスタンスを生成します。
...そのクラスの唯一のインスタンスを返します。
最初に呼ばれたときはそのインスタンスを生成します。
Singleton を include したクラスで定義されますので、
正確には Singleton モジュールのメソッドではありません。... -
VALUE rb
_ class _ instance _ methods(int argc , VALUE *argv , VALUE mod) (12416.0) -
Module#instance_methods の実体。 モジュール mod に定義されている public メソッド名の リストを文字列の配列で返します。
...Module#instance_methods の実体。
モジュール mod に定義されている public メソッド名の
リストを文字列の配列で返します。... -
VALUE rb
_ class _ private _ instance _ methods(int argc , VALUE *argv , VALUE mod) (12416.0) -
Module#private_instance_methods の実体。 モジュール mod に定義されている private メソッド名の リストを文字列の配列で返します。
...Module#private_instance_methods の実体。
モジュール mod に定義されている private メソッド名の
リストを文字列の配列で返します。... -
VALUE rb
_ class _ protected _ instance _ methods(int argc , VALUE *argv , VALUE mod) (12416.0) -
Module#protected_instance_methods の実体。 モジュール mod に定義されている protected メソッド名の リストを文字列の配列で返します。
...Module#protected_instance_methods の実体。
モジュール mod に定義されている protected メソッド名の
リストを文字列の配列で返します。... -
VALUE rb
_ class _ new _ instance(int argc , VALUE *argv , VALUE klass) (12400.0) -
Class#new の実体です。
...Class#new の実体です。... -
VALUE rb
_ obj _ instance _ eval(int argc , VALUE *argv , VALUE self) (12400.0) -
-
VALUE rb
_ obj _ remove _ instance _ variable(VALUE obj , VALUE name) (12400.0) -
-
WEBrick
:: HTTPServlet :: AbstractServlet . get _ instance(server , *options) -> WEBrick :: HTTPServlet :: AbstractServlet (12317.0) -
new(server, *options) を呼び出してサーブレットを生成して返します。 WEBrick::HTTPServer オブジェクトは実際にはこの get_instance メソッドを呼び出して サーブレットを生成します。
...成して返します。
WEBrick::HTTPServer オブジェクトは実際にはこの get_instance メソッドを呼び出して
サーブレットを生成します。
特に理由が無い限り AbstractServlet のサブクラスがこのメソッドを再定義する必要はありません。...