2件ヒット
  
    
      [1-2件を表示]
    
  
    (0.768秒)
  
  
    トップページ >  :Object#method
:Object#method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :method
:method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :singleton_method
:singleton_method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :lambda
:lambda![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :public_instance_methods
:public_instance_methods![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :coverage
:coverage![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :match
:match![条件を削除 [x]](/images/drop-condition-icon.png) > オブジェクト:main
 > オブジェクト:main![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :3.3
:3.3![条件を削除 [x]](/images/drop-condition-icon.png) 
  
 :Object#method
:Object#method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :method
:method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :singleton_method
:singleton_method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :lambda
:lambda![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :public_instance_methods
:public_instance_methods![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :coverage
:coverage![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :match
:match![条件を削除 [x]](/images/drop-condition-icon.png) > オブジェクト:main
 > オブジェクト:main![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :3.3
:3.3![条件を削除 [x]](/images/drop-condition-icon.png) 
  ライブラリ
- ビルトイン (2)
検索結果
- 
      main. define _ method(name , method) -> Symbol (18751.0) 
- 
      
      
      インスタンスメソッド name を Object に定義します。 インスタンスメソッド name を Object に定義します。
 ブロックを与えた場合、定義したメソッドの実行時にブロックが
 Object インスタンスの上で BasicObject#instance_eval されます。
 @param name String または Symbol を指定します。
 @param method Proc、Method あるいは UnboundMethod の
 いずれかのインスタンスを指定します。
 @return メソッド名を表す Symbol を返します。
 @raise TypeError method に同じクラス、サブ...
- 
      main. define _ method(name) { . . . } -> Symbol (18451.0) 
- 
      
      
      インスタンスメソッド name を Object に定義します。 インスタンスメソッド name を Object に定義します。
 ブロックを与えた場合、定義したメソッドの実行時にブロックが
 Object インスタンスの上で BasicObject#instance_eval されます。
 @param name String または Symbol を指定します。
 @param method Proc、Method あるいは UnboundMethod の
 いずれかのインスタンスを指定します。
 @return メソッド名を表す Symbol を返します。
 @raise TypeError method に同じクラス、サブ...
