Add toString to ScopeDescriptor

This commit is contained in:
Ben Ogle
2015-04-13 16:26:50 -07:00
parent 2872000d13
commit d38f6bb1d3

View File

@@ -44,3 +44,6 @@ class ScopeDescriptor
scope = ".#{scope}" unless scope[0] is '.'
scope
.join(' ')
toString: ->
@getScopeChain()