mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 07:18:14 -05:00
Add the frozen_string_literal pragma comment to all Ruby files. (#4725)
This commit is contained in:
committed by
Leonardo Tegon
parent
8b9fba73fd
commit
f39c6fd927
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# -*- encoding: utf-8 -*-
|
||||
$:.push File.expand_path("../lib", __FILE__)
|
||||
require "devise/version"
|
||||
|
||||
Reference in New Issue
Block a user