Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/codemodels/monkey_patching.rb

Instance Method Summary collapse

Instance Method Details

#simple_nameObject



4
5
6
7
# File 'lib/codemodels/monkey_patching.rb', line 4

def simple_name
  if (i = (r = name).rindex(':')) then r[0..i] = '' end
  r
end