Method: String#demodulize
- Defined in:
- lib/strokedb/core_ext/string.rb
#demodulize ⇒ Object
24 25 26 |
# File 'lib/strokedb/core_ext/string.rb', line 24 def demodulize gsub(/^.*::/, '') end |
24 25 26 |
# File 'lib/strokedb/core_ext/string.rb', line 24 def demodulize gsub(/^.*::/, '') end |