Class: Module

Inherits:
Object show all
Defined in:
lib/devel/which.rb

Instance Method Summary collapse

Instance Method Details

#which_constant(name) ⇒ Object



24
25
26
# File 'lib/devel/which.rb', line 24

def which_constant(name)
  Devel::Which::ForModule::which_constant(self, name)
end

#which_method(name) ⇒ Object



28
29
30
# File 'lib/devel/which.rb', line 28

def which_method(name)
  Devel::Which::ForModule::which_method(self, name)
end