date_hash = {
  :year => 2015,
  :month => 12,
  :day => 15,
}

これをDate.new(date_hash)みたいな事をして日付オブジェクトを作りたいのですが、
Rubyらしくかけますか?