Merge pull request #735 from hwartig/patch-1

Add snippet for `# frozen_string_literal: true`
This commit is contained in:
Louis Pilfold 2016-05-16 14:28:13 +01:00
commit 8f2c44fbcf

View File

@ -1,5 +1,7 @@
snippet enc
# encoding: utf-8
snippet frozen
# frozen_string_literal: true
snippet #!
#!/usr/bin/env ruby
# New Block