9 10 11 12
# File 'lib/stackup/parameters.rb', line 9 def new(arg) arg = hashify(arg) unless arg.is_a?(Hash) super(arg) end