Skip to content

Commit

Permalink
Move method user_range to private
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Jan 28, 2020
1 parent 1889662 commit 6815ab2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,12 +11,12 @@ def call
end
end

private

def user_range(range)
[upper_range_limit, range].min
end

private

def upper_range_limit
24 * 365
end
Expand Down

0 comments on commit 6815ab2

Please sign in to comment.