mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Enable frozen string across project (#1319)
Turn on frozen string support in all files by using a comment to avoid enabling across dependencies where it may not work. Fixes: #1177
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
require File.expand_path('../lib/vagrant-libvirt/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
||||
Reference in New Issue
Block a user