Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/lightmodels/monkey_patching.rb
Instance Method Summary collapse
Instance Method Details
#simple_name ⇒ Object
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 |