From 7103bb17a2957456c7179854c5b6357f9af5ad76 Mon Sep 17 00:00:00 2001 From: Benoit Larroque Date: Tue, 31 Aug 2010 16:48:20 +0200 Subject: [PATCH] Buggy first method --- lib/opds/support/linkset.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opds/support/linkset.rb b/lib/opds/support/linkset.rb index da4c3a4..25b1180 100644 --- a/lib/opds/support/linkset.rb +++ b/lib/opds/support/linkset.rb @@ -140,7 +140,7 @@ def first @store.first end - def first + def last @store.last end