rubocop -a --only Style/StringLiterals

This commit is contained in:
Piotr Solnica 2020-12-12 08:21:14 +01:00
parent 77275c4dc7
commit 5d7bfdf001
No known key found for this signature in database
GPG Key ID: 66BF2FDA7BA0F29C
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
require 'rbconfig'
require "rbconfig"
::Config = RbConfig unless defined?(::Config)