Skip to content

Commit 06e1f92

Browse files
committed
fix naming conflict between SQLite3::Module and ::Module
1 parent 4367569 commit 06e1f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlite3/database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def self.finalize( &block )
393393
end
394394

395395
proxy = factory.new
396-
proxy.extend(Module.new {
396+
proxy.extend(::Module.new {
397397
attr_accessor :ctx
398398

399399
def step( *args )

0 commit comments

Comments
 (0)