From e9e06b1b9944e16fffcdf3b53a173fbf45c19160 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 2 Feb 2010 15:12:58 +0100 Subject: [PATCH] Cursor: Typo --- lib/sbdb/cursor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sbdb/cursor.rb b/lib/sbdb/cursor.rb index 50454a7..acc7d3d 100644 --- a/lib/sbdb/cursor.rb +++ b/lib/sbdb/cursor.rb @@ -30,7 +30,7 @@ module SBDB def initialize ref @cursor, @db = *case ref when Cursor then [ref.bdb_object.dup, ref.db] - when Bd::Db::Cursor then [ref] + when Bdb::Db::Cursor then [ref] else [ref.bdb_object.cursor( nil, 0), ref] end end