Skip to content

Commit 45d4cd9

Browse files
committed
Merge pull request #108 from aJanuary/patch-1
Adds missing name method from rdoc for create_aggregate_handler
2 parents 5151f50 + 6c0d6f9 commit 45d4cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sqlite3/database.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ def finalize
431431
#
432432
# class LengthsAggregateHandler
433433
# def self.arity; 1; end
434+
# def self.name; 'lengths'; end
434435
#
435436
# def initialize
436437
# @total = 0

0 commit comments

Comments
 (0)