Which is the most ruby style way to do this? Rubies only

or

Date.new(params[“start_date”].values_at(%w[year month day]).map(&:to_i))

I haven’t tried it though.