# File lib/puppet/rails/resource.rb, line 66 66: def add_param_to_hash(param) 67: @params_hash ||= [] 68: @params_hash << param 69: end