Class: RI::MethodEntry
Overview
reopen
Instance Method Summary collapse
Instance Method Details
#fullname ⇒ Object
158 159 160 |
# File 'lib/bitclust/ridatabase.rb', line 158 def fullname "#{@in_class.full_name}#{@is_class_method ? '.' : '#'}#{@name}" end |
#singleton_method? ⇒ Boolean
162 163 164 |
# File 'lib/bitclust/ridatabase.rb', line 162 def singleton_method? @is_class_method end |