Skip to content

Commit

Permalink
adjust line lengths to make Rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr8898 committed Jul 16, 2024
1 parent e8e262d commit 7708c1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/dry/types/constrained.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ def try(input, &block)
end
end

# @param *nullary_rules [Array<Symbol>] a list of rules that do not require an additional argument (e.g., :odd)
# @param **unary_rules [Hash] a list of rules that require an additional argument (e.g., gt: 0)
# @param *nullary_rules [Array<Symbol>] a list of rules that do not require an additional
# argument (e.g., :odd)
# @param **unary_rules [Hash] a list of rules that require an additional argument
# (e.g., gt: 0)
# The parameters are merger to create a rules hash provided to {Types.Rule} and combined
# using {&} with previous {#rule}
#
Expand Down

0 comments on commit 7708c1a

Please sign in to comment.