1087件ヒット
[1-100件を表示]
(0.136秒)
種類
ライブラリ
- ビルトイン (173)
- drb (36)
- e2mmap (6)
- etc (18)
-
fiddle
/ import (12) -
irb
/ extend-command (48) - json (156)
-
net
/ http (52) -
net
/ protocol (12) - openssl (12)
- psych (62)
-
rdoc
/ alias (12) -
rdoc
/ code _ object (12) -
rdoc
/ context (72) -
rdoc
/ parser (12) -
rdoc
/ top _ level (12) -
rubygems
/ requirement (12) -
rubygems
/ specification (12) -
shell
/ command-processor (24) - sync (12)
- thread (4)
- timeout (8)
- tsort (93)
- win32ole (12)
クラス
- Array (21)
-
Gem
:: Specification (12) - Method (12)
- Module (36)
- Object (12)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Alias (36) -
RDoc
:: Context (72) -
RDoc
:: Parser (12) -
RDoc
:: TopLevel (12) -
Shell
:: CommandProcessor (24) - String (12)
- TracePoint (24)
- UnboundMethod (12)
-
WIN32OLE
_ TYPE (12)
モジュール
-
Fiddle
:: Importer (12) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (24)
- Psych (14)
- TSort (93)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Array (12)
- CodeObject (12)
- ConditionVariable (24)
- DRbIdConv (12)
- DRbObject (12)
- DRbUndumped (12)
- E2MM (6)
- Extend (12)
- FalseClass (12)
- Float (12)
- Group (9)
- HTTPMovedTemporarily (12)
- HTTPRequestEntityTooLarge (7)
- HTTPRequestTimeOut (7)
- HTTPRequestURITooLarge (12)
- HTTPRequestURITooLong (7)
- HTTPRequestedRangeNotSatisfiable (7)
- Hash (12)
- Integer (12)
-
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - NilClass (12)
- Object (12)
- Parser (12)
- Passwd (9)
- ProtocRetryError (12)
- Requirement (12)
- Ruby用語集 (12)
-
SCRIPT
_ LINES _ _ (12) - Signer (12)
- State (12)
- String (12)
- Synchronizer (6)
-
Synchronizer
_ m (6) - TimeoutError (8)
- TrueClass (12)
- UnparserError (12)
-
_ _ callee _ _ (12) -
_ _ method _ _ (12) -
add
_ alias (12) -
add
_ to (12) - alias (12)
-
alias
_ command (12) -
alias
_ extension (12) -
alias
_ map (6) -
alias
_ method (12) - aliases (12)
- anchor (12)
- anchor= (12)
-
attribute
_ alias _ singular (12) -
callee
_ id (12) -
def
_ extend _ command (24) -
each
_ strongly _ connected _ component (23) -
each
_ strongly _ connected _ component _ from (23) -
find
_ local _ symbol (12) -
initialize
_ methods _ etc (12) -
install
_ alias _ method (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) -
method
_ id (12) -
module
_ function (24) - new (12)
-
ole
_ type (12) -
original
_ name (24) - pack (21)
- pack テンプレート文字列 (12)
-
rb
_ alias (12) -
rb
_ alias _ variable (12) -
rb
_ define _ alias (12) -
rb
_ mod _ alias _ method (12) -
rdoc
/ alias (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
safe
_ load (14) -
strongly
_ connected _ components (12) - tsort (24)
-
tsort
_ each (23) - typealias (12)
-
unalias
_ command (6) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - unpack (12)
- クラス/メソッドの定義 (12)
検索結果
先頭5件
-
static VALUE rb
_ mod _ alias _ method(VALUE mod , VALUE newname , VALUE oldname) (32200.0) -
-
void rb
_ alias(VALUE klass , ID def , ID name) (32200.0) -
クラス klass に定義されたメソッド name の 本体を実体とする新しいメソッド def を定義します。
クラス klass に定義されたメソッド name の
本体を実体とする新しいメソッド def を定義します。 -
void rb
_ alias _ variable(ID name1 , ID name2) (32200.0) -
-
void rb
_ define _ alias(VALUE klass , const char *new , const char *old) (32200.0) -
クラス klass のインスタンスメソッド old の 別名 new を定義します。
クラス klass のインスタンスメソッド old の
別名 new を定義します。 -
rdoc
/ alias (32016.0) -
RDoc::Alias を定義するサブライブラリです。
...RDoc::Alias を定義するサブライブラリです。... -
RDoc
:: Alias (21016.0) -
aliasされたメソッドを表現するクラスです。
...aliasされたメソッドを表現するクラスです。
ライブラリの内部で使用します。... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (12207.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...に定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます。
s.require_path = 'mylib'
@param singular 属性名の単数形を指定します。
@param plural 属性名の複数形... -
JSON
:: Ext :: Generator :: GeneratorMethods :: Array (12016.0) -
Alias of JSON::Generator::GeneratorMethods::Array
...Alias of JSON::Generator::GeneratorMethods::Array... -
Net
:: ProtocRetryError (12016.0) -
Alias of Net::ProtoRetriableError
...Alias of Net::ProtoRetriableError...