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