Skip to content

Commit

Permalink
Merge pull request #108 from aJanuary/patch-1
Browse files Browse the repository at this point in the history
Adds missing name method from rdoc for create_aggregate_handler
  • Loading branch information
tenderlove committed Feb 25, 2014
2 parents 5151f50 + 6c0d6f9 commit 45d4cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sqlite3/database.rb
Expand Up @@ -431,6 +431,7 @@ def finalize
#
# class LengthsAggregateHandler
# def self.arity; 1; end
# def self.name; 'lengths'; end
#
# def initialize
# @total = 0
Expand Down

0 comments on commit 45d4cd9

Please sign in to comment.