Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/omniconf/helpers.rb
Instance Method Summary collapse
Instance Method Details
#demodulize ⇒ Object
26 27 28 |
# File 'lib/omniconf/helpers.rb', line 26 def demodulize self.gsub(/^.*::/, '') end |