ライブラリ
- ビルトイン (216)
-
bigdecimal
/ math (12) - cmath (48)
- delegate (24)
- etc (12)
- forwardable (84)
- getoptlong (12)
- json (24)
- matrix (24)
- mkmf (24)
-
net
/ http (8) - openssl (36)
- optparse (12)
- pp (12)
- prettyprint (12)
- psych (12)
-
rdoc
/ context (84) -
rdoc
/ parser / ruby (12) -
rdoc
/ single _ class (12) -
rdoc
/ top _ level (48) -
rexml
/ sax2listener (12) - rss (24)
- rubygems (24)
-
rubygems
/ specification (12) -
shell
/ process-controller (6) - singleton (48)
- tracer (12)
- win32ole (12)
クラス
- BasicObject (48)
- Delegator (24)
-
Gem
:: Specification (12) - Matrix (12)
-
Matrix
:: LUPDecomposition (12) - Module (36)
- Object (72)
-
OpenSSL
:: PKCS7 (12) - PP (12)
- PrettyPrint (12)
-
Psych
:: Nodes :: Scalar (12) -
RDoc
:: Context (84) -
RDoc
:: Parser :: Ruby (12) -
RDoc
:: TopLevel (48) -
Shell
:: ProcessController (6) - Tracer (12)
- WIN32OLE (12)
モジュール
- BigMath (12)
- CMath (48)
- Etc (12)
-
Gem
:: QuickLoader (24) - JSON (12)
- Kernel (24)
- Math (48)
-
OpenSSL
:: SSL (24) -
REXML
:: SAX2Listener (12) - SingleForwardable (72)
- Singleton (36)
オブジェクト
- main (12)
キーワード
- HTTPProcessing (8)
- MinusInfinity (12)
- MissingArgument (24)
- MissingAttributeError (12)
- MissingTagError (12)
- MissingUnicodeSupport (12)
-
OP
_ SINGLE _ DH _ USE (12) -
OP
_ SINGLE _ ECDH _ USE (12) -
SC
_ MESSAGE _ PASSING (12) - SINGLE (12)
-
SINGLE
_ QUOTED (12) - Single (12)
- SingleClass (12)
- SingleForwardable (12)
- Singleton (12)
-
USING
_ AT _ EXIT _ WHEN _ PROCESS _ EXIT (6) -
add
_ class (12) -
add
_ class _ or _ module (24) -
add
_ module (12) -
add
_ signer (12) -
all
_ classes _ and _ modules (12) - asin (18)
- asin! (6)
- asinh (18)
- asinh! (6)
-
attribute
_ alias _ singular (12) - bigdecimal (12)
-
bigdecimal
/ math (12) - classes (12)
- clone (12)
-
const
_ missing (24) -
def
_ delegator (12) -
def
_ delegators (12) -
def
_ single _ delegator (12) -
def
_ single _ delegators (12) -
define
_ singleton _ method (24) - delegate (12)
- dup (12)
-
each
_ classmodule (12) -
find
_ class _ named (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) - instance (12)
-
method
_ missing (48) -
processing
_ instruction (12) -
rb
_ define _ singleton _ method (12) -
rb
_ f _ missing (12) -
rb
_ obj _ singleton _ methods (12) -
rb
_ singleton _ class (12) -
rb
_ singleton _ class _ attached (12) -
rb
_ singleton _ class _ clone (12) -
rb
_ singleton _ class _ new (12) -
rdoc
/ single _ class (12) -
respond
_ to _ missing? (24) -
run
_ single _ final (12) -
set
_ visibility _ for (12) - sin! (6)
-
single
_ delegate (12) -
singleline
_ format (12) -
singleline
_ pp (12) - singleton (12)
-
singleton
_ class (12) -
singleton
_ class? (12) -
singleton
_ method (12) -
singleton
_ method _ added (12) -
singleton
_ method _ removed (12) -
singleton
_ method _ undefined (12) -
singleton
_ methods (12) - singular? (24)
- sinh (18)
- sinh! (6)
-
try
_ link (24) - using (24)
検索結果
先頭5件
-
BasicObject
# singleton _ method _ removed(name) -> object (6100.0) -
特異メソッドが Module#remove_method に より削除された時にインタプリタから呼び出されます。
...o
def singleton_method_removed(name)
puts "singleton method \"#{name}\" was removed"
end
end
obj = Foo.new
def obj.foo
end
class << obj
remove_method :foo
end
#=> singleton method "foo" was removed
//}
@see Module#method_removed,BasicObject#singleton_method_added,BasicObject#singleton_... -
BasicObject
# singleton _ method _ undefined(name) -> object (6100.0) -
特異メソッドが Module#undef_method または undef により未定義にされた時にインタプリタから呼び出されます。
...y]{
class Foo
def singleton_method_undefined(name)
puts "singleton method \"#{name}\" was undefined"
end
end
obj = Foo.new
def obj.foo
end
def obj.bar
end
class << obj
undef_method :foo
end
obj.instance_eval {undef bar}
#=> singleton method "foo" was undefined
# singleton method "bar"......was undefined
//}
@see Module#method_undefined,BasicObject#singleton_method_added,BasicObject#singleton_method_removed , d:spec/def#undef... -
CMath
. # asin!(x) -> Float (6100.0) -
実数 x の逆正弦関数の値をラジアンで返します。Math.#asin のエイリ アスです。
...実数 x の逆正弦関数の値をラジアンで返します。Math.#asin のエイリ
アスです。
@param x -1.0 <= x <= 1 の範囲内の実数。
@raise TypeError x に数値以外を指定した場合に発生します。
@raise Math::DomainError x に範囲外の実数を指定した......場合に発生します。
@raise RangeError x に実数以外の数値を指定した場合に発生します。
@see Math.#asin... -
CMath
. # asin(z) -> Float | Complex (6100.0) -
z の逆正弦関数の値をラジアンで返します。
z の逆正弦関数の値をラジアンで返します。
@param z 数値
@raise TypeError z に数値以外を指定した場合に発生します。 -
CMath
. # asinh!(x) -> Float (6100.0) -
実数 x の逆双曲線正弦関数の値を返します。Math.#asinh のエイリアスです。
...数 x の逆双曲線正弦関数の値を返します。Math.#asinh のエイリアスです。
@param x 実数
@raise TypeError x に数値以外を指定した場合に発生します。
@raise RangeError x に実数以外の数値を指定した場合に発生します。
@see Math.#asinh... -
CMath
. # asinh(z) -> Float | Complex (6100.0) -
z の逆双曲線正弦関数の値を返します。
z の逆双曲線正弦関数の値を返します。
@param z 数値
@raise TypeError z に数値以外を指定した場合に発生します。 -
CMath
. # sinh!(x) -> Float (6100.0) -
実数 x の双曲線正弦関数の値を返します。Math.#sinh のエイリアスで す。
...実数 x の双曲線正弦関数の値を返します。Math.#sinh のエイリアスで
す。
@param x 実数
@raise TypeError x に数値以外を指定した場合に発生します。
@raise RangeError x に実数以外の数値を指定した場合に発生します。
@see Math.#sinh... -
CMath
. # sinh(z) -> Float | Complex (6100.0) -
z の双曲線正弦関数の値を返します。
z の双曲線正弦関数の値を返します。
@param z 数値
@raise TypeError z に数値以外を指定した場合に発生します。 -
Delegator
# method _ missing(m , *args) -> object (6100.0) -
渡されたメソッド名と引数を使って、Delegator#__getobj__ が返すオブジェクトへメソッド委譲を行います。
...名と引数を使って、Delegator#__getobj__ が返すオブジェクトへメソッド委譲を行います。
@param m メソッドの名前(シンボル)
@param args メソッドに渡された引数
@return 委譲先のメソッドからの返り値
@see BasicObject#method_missing... -
Delegator
# respond _ to _ missing?(m , include _ private) -> bool (6100.0) -
@param m メソッド名を指定します。
@param m メソッド名を指定します。
@param include_private 真を指定すると private メソッドも調べます。 -
Gem
:: QuickLoader # const _ missing (6100.0) -
prelude.c で定義されている内部用のメソッドです。
prelude.c で定義されている内部用のメソッドです。 -
Gem
:: QuickLoader # method _ missing (6100.0) -
prelude.c で定義されている内部用のメソッドです。
prelude.c で定義されている内部用のメソッドです。