Class: RI::RiReader

Inherits:
Object show all
Defined in:
lib/bitclust/ridatabase.rb

Overview

reopen

Instance Method Summary collapse

Instance Method Details

#instance_methods(c) ⇒ Object



139
140
141
# File 'lib/bitclust/ridatabase.rb', line 139

def instance_methods(c)
  c.instance_methods.map {|ent| get_method(ent) }
end

#singleton_methods(c) ⇒ Object



135
136
137
# File 'lib/bitclust/ridatabase.rb', line 135

def singleton_methods(c)
  c.singleton_methods.map {|ent| get_method(ent) }
end