Class: Stacco::Template::ColonPath

Inherits:
Path
  • Object
show all
Defined in:
lib/stacco/template.rb

Direct Known Subclasses

Type

Instance Method Summary collapse

Methods inherited from Path

#elements_for_json

Instance Method Details

#to_sObject



58
59
60
# File 'lib/stacco/template.rb', line 58

def to_s
  self.elements_for_json.map{ |sym| sym.to_s.camelize }.join('::')
end