File: helpers.coffee
Defined in: | lib/resin/helpers |
Method Summary
-
~
(void)
prefixObjectValuesWithPath(prefix, object)
Private
Prefix relative value paths with another path
object = dataPrefix: 'resin' object = prefixObjectValuesWithPath('/opt', object) console.log(object.dataPrefix)
Method Details
~
(void)
prefixObjectValuesWithPath(prefix, object)
Private
Note:
Absolute values will be omitted
Prefix relative value paths with another path
object = dataPrefix: 'resin'
object = prefixObjectValuesWithPath('/opt', object)
console.log(object.dataPrefix) # /opt/resin