Enable frozen string literals.
Make all string literals immutable by default.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Builds an HTML diff between two pieces of text.
|
||||
class DiffBuilder
|
||||
attr_reader :this_text, :that_text, :pattern
|
||||
|
||||
Reference in New Issue
Block a user