Skip to content

Commit 1c516d7

Browse files
committedOct 23, 2019
Improve Ruby performance by freezing strings
https://bugs.ruby-lang.org/issues/11473 https://bugs.ruby-lang.org/issues/8976 Signed-off-by: Luca Carrogu <[email protected]>
1 parent d6e5959 commit 1c516d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+107
-5
lines changed
 

‎Berksfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source 'https://supermarket.chef.io'
24

35
metadata

‎Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source 'https://rubygems.org'
24

35
gem 'berkshelf'

0 commit comments

Comments
 (0)
Please sign in to comment.