diff options
author | Austin Ziegler <austin@zieglers.ca> | 2020-07-03 12:41:48 -0400 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2020-07-03 12:41:48 -0400 |
commit | 476b27efa27d89831ecb9f33e070ce8efa4f5d5e (patch) | |
tree | d24be368ab9f4b9e84b851eb219d4bd353a08d9d /lib/diff/lcs/backports.rb | |
parent | ba11b5923a0007a950bfedef6bd3596baf200f2b (diff) | |
download | diff-lcs-sorbet.tar.gz |
Attempt to sorbetize #1sorbet
Diffstat (limited to 'lib/diff/lcs/backports.rb')
-rw-r--r-- | lib/diff/lcs/backports.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/diff/lcs/backports.rb b/lib/diff/lcs/backports.rb index 642fc9c..7109368 100644 --- a/lib/diff/lcs/backports.rb +++ b/lib/diff/lcs/backports.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true +# typed: true unless 0.respond_to?(:positive?) class Fixnum # rubocop:disable Lint/UnifiedInteger, Style/Documentation |