Method: String#demodulize

Defined in:
lib/strokedb/core_ext/string.rb

#demodulizeObject


24
25
26
# File 'lib/strokedb/core_ext/string.rb', line 24

def demodulize
  gsub(/^.*::/, '')
end