« Previous | Next » 

Revision 8b7c02b9

ID8b7c02b9145de812266b0e7d585394234b4d0ddc
Parent de9423c6
Child a48ba32d

Added by Hector Sanjuan over 9 years ago

Feature #789: Symbolize the keys from resource data hashes.

This means accessing properties of a resource should primarily be done with a symbol name: vdc[:HOSTS] instead of vdc["HOSTS"]. All client code updated accordingly.

In practice, and to easy the task of developers it will still work if Strings are used (.to_sym performed by default).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences