Method: CodeTeams::Utils.demodulize

Defined in:
lib/code_teams/utils.rb

.demodulize(string) ⇒ Object



13
14
15
# File 'lib/code_teams/utils.rb', line 13

def demodulize(string)
  string.split('::').last
end