Skip to content

Commit 5707381

Browse files
committed
[ruby/padrino] Use frozen_string_literal
1 parent bd0b15e commit 5707381

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frameworks/Ruby/padrino/app/controllers.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
QUERY_RANGE = (1..10_000).freeze
24
ALL_IDS = QUERY_RANGE.to_a
35

0 commit comments

Comments
 (0)