at

in lib/release_collection.rb [13:16]


  def at(release)
    all.find { |m| m['title'] == release }
  end