1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Lint: Style/FrozenStringLiteralComment

This commit is contained in:
Jared Beck 2017-12-10 23:05:11 -05:00
parent 49397aca6f
commit cfbf7a647c
166 changed files with 328 additions and 9 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module PaperTrail
# The version number of the paper_trail gem. Not to be confused with
# `PaperTrail::Version`. Ruby constants are case-sensitive, apparently,