Class: Module

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

Instance Method Summary collapse

Instance Method Details

#simple_nameObject



3
4
5
6
# File 'lib/lightmodels/monkey_patching.rb', line 3

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