Navigation Menu

Skip to content

Commit

Permalink
Add a missing since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 7b0d454 commit b75701a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/groonga/client/request/select.rb
Expand Up @@ -218,6 +218,8 @@ def initialize(request)
#
# @return [Groonga::Client::Request::Select]
# The new request with the given condition.
#
# @since 0.4.4
def between(column_name, min, min_border, max, max_border)
parameter = FilterBetweenParameter.new(column_name, min, min_border, max, max_border)
add_parameter(FilterMerger, parameter)
Expand Down

0 comments on commit b75701a

Please sign in to comment.