1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update for frozen-string-literal friendliness.

This commit is contained in:
Pat Allan 2017-10-05 14:08:15 +11:00
parent df95e5c571
commit b067d5f561

View file

@ -9,7 +9,7 @@ module OmniAuth
options[:header_info] ||= ''
self.options = options
@html = ''
@html = ''.dup
@with_custom_button = false
@footer = nil
header(options[:title], options[:header_info])