13 14 15
# File 'lib/code_teams/utils.rb', line 13 def demodulize(string) string.split('::').last end