Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Coremunity
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
Changes the `Puppet.runtime` method to take symbols instead of strings
-
Needs Assessment
Description
The Puppet.runtime[name] API should use symbols, e.g. :http, because it doesn't require the caller to allocate a string (puppet doesn't use the frozen string pragma yet).
If a string is specified, we may want to covert to a symbol using String#to_sym, but we could also just not do that.
Update API docs to use a symbol.