Returns:
19 20 21 22 23
# File 'lib/simple-hd-graph/context.rb', line 19 def id id = camelize(self.alias) id[0] = id[0].downcase id end