diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index a6340e4..772f464 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -1,5 +1,7 @@ snippet enc # encoding: utf-8 +snippet frozen + # frozen_string_literal: true snippet #! #!/usr/bin/env ruby # New Block