mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
Merge pull request #3084 from AndrewKvalheim/frozen_string_literal-first
`frozen_string_literal` is ignored after any tokens
This commit is contained in:
commit
69dd7bf5fd
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,7 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
def next?
|
||||
File.basename(__FILE__) == "Gemfile.next"
|
||||
end
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue