Drop EOL Ruby 2.7 (#24237)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class PlainTextFormatter
|
||||
include ActionView::Helpers::TextHelper
|
||||
|
||||
NEWLINE_TAGS_RE = /(<br \/>|<br>|<\/p>)+/.freeze
|
||||
NEWLINE_TAGS_RE = /(<br \/>|<br>|<\/p>)+/
|
||||
|
||||
attr_reader :text, :local
|
||||
|
||||
|
Reference in New Issue
Block a user