mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
34f2e9492b
Adds frozen_string_literal: true comment on top of all currently existing files
5 lines
73 B
Ruby
5 lines
73 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ActionText
|
|
VERSION = '0.1.0'
|
|
end
|