Class: RI::ClassEntry
Overview
reopen
Instance Attribute Summary collapse
-
#instance_methods ⇒ Object
readonly
Returns the value of attribute instance_methods.
Instance Method Summary collapse
Instance Attribute Details
#instance_methods ⇒ Object (readonly)
Returns the value of attribute instance_methods.
149 150 151 |
# File 'lib/bitclust/ridatabase.rb', line 149 def instance_methods @instance_methods end |
Instance Method Details
#method_entries ⇒ Object
151 152 153 154 |
# File 'lib/bitclust/ridatabase.rb', line 151 def method_entries @class_methods.sort_by {|m| m.name } + @instance_methods.sort_by {|m| m.name } end |
#singleton_methods ⇒ Object
145 146 147 |
# File 'lib/bitclust/ridatabase.rb', line 145 def singleton_methods @class_methods end |