Project

General

Profile

« Previous | Next » 

Revision 89e178c7

Added by aycabta (aycabta .) over 6 years ago

Fix showing document of ClassName.method_name in IRB

In IRB, Time.new is split as "Time", ".", and "new". The receiver "Time"
is processed by #class method but it means that "Time" changes to
"Class". This commit fixes it.