diff options
author | Austin Ziegler <austin@zieglers.ca> | 2019-01-27 00:15:29 -0500 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2019-01-27 11:08:38 -0500 |
commit | f07a49b67dcc1e2bad21d7c8f476af0df9e52151 (patch) | |
tree | 532caf445578eacb98ae84da344d2e879c8c3c6d /lib/diff/lcs/block.rb | |
parent | 07ed577eba341f0ff0d7eebf4c1c2cc23083cba7 (diff) | |
download | diff-lcs-rubocop.tar.gz |
Applied Rubocop rules that I likerubocop
- Other linting configuration also applied.
- Soft-deprecating versions older than 2.3.
Diffstat (limited to 'lib/diff/lcs/block.rb')
-rw-r--r-- | lib/diff/lcs/block.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff/lcs/block.rb b/lib/diff/lcs/block.rb index 8518727..430702d 100644 --- a/lib/diff/lcs/block.rb +++ b/lib/diff/lcs/block.rb @@ -1,4 +1,4 @@ -# -*- ruby encoding: utf-8 -*- +# frozen_string_literal: true # A block is an operation removing, adding, or changing a group of items. # Basically, this is just a list of changes, where each change adds or |