Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/rlid/tmp.rb

Instance Method Summary collapse

Instance Method Details

#all_methodsObject



16
17
18
# File 'lib/rlid/tmp.rb', line 16

def all_methods
  public_methods + private_methods + protected_methods
end

#rlid_tmp_methodsObject



12
13
14
# File 'lib/rlid/tmp.rb', line 12

def rlid_tmp_methods
  Rlid.tmp_methods[self] = all_methods
end