| 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. |