thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

Fix refe parsing #18

Closed todesking closed 12 years ago

todesking commented 12 years ago

module Enumerable

繰り返しを行なうクラスのための Mix-in。このモジュールの メソッドは全て each を用いて定義されているので、インクルード するクラスには each が定義されていなければなりません。

---- Singleton methods ---- no such method: Enumerable.繰り返しを行なうクラスのための.

---- Instance methods ---- no such method: Enumerable.繰り返しを行なうクラスのための#

class Object < BasicObject

include Kernel

全てのクラスのスーパークラス。 オブジェクトの一般的な振舞いを定義します。

このクラスのメソッドは上書きしたり未定義にしない限り、すべてのオブジェクトで使用することができます。

---- Singleton methods ---- /Users/t/local/refe/bitclust/lib/bitclust/completion.rb:474:in entry': undefined methodget_method' for # (NoMethodError)

thinca commented 12 years ago

thanks!