別のキーワード
種類
- インスタンスメソッド (300)
- 文書 (100)
- 関数 (72)
- ライブラリ (24)
- 定数 (12)
ライブラリ
- ビルトイン (216)
- delegate (24)
- rake (12)
-
rdoc
/ context (36)
クラス
- Delegator (24)
- Module (132)
- Object (84)
-
RDoc
:: Context (36) -
RDoc
:: Options (24) - String (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - Ruby用語集 (12)
- VISIBILITIES (12)
-
ins
_ methods _ prot _ i (12) -
instance
_ methods (12) -
irb
/ completion (12) -
method
_ defined? (12) - methods (24)
-
pathmap
_ explode (12) -
private
_ method _ defined? (12) -
protected
_ instance _ methods (12) -
protected
_ method _ defined? (12) -
protected
_ methods (24) -
public
_ instance _ method (12) -
public
_ method (12) -
public
_ method _ defined? (12) -
public
_ send (24) -
rb
_ call (12) -
rb
_ class _ protected _ instance _ methods (12) -
rb
_ define _ protected _ method (12) -
rb
_ mod _ protected (12) -
rb
_ obj _ protected _ methods (12) - rdoc (12)
-
respond
_ to? (12) -
ruby 1
. 8 . 4 feature (12) -
set
_ visibility _ for (12) -
singleton
_ methods (12) - visibility (24)
- visibility= (12)
- クラス/メソッドの定義 (12)
- メソッド呼び出し(super・ブロック付き・yield) (12)
検索結果
-
メソッド呼び出し(super・ブロック付き・yield) (6.0)
-
メソッド呼び出し(super・ブロック付き・yield) * super * block * yield * block_arg * numbered_parameters * call_method
...出しの際、private なメソッドは関数形式(レシーバを省
略した形式)でしか呼び出すことができません。また protected なメソッ
ドはそのメソッドを持つオブジェクトのメソッド定義式内でなければ呼び出せ
ません。d:spec/def#limi...