Merge pull request #137 from georgeguimaraes/patch-1

Create a encoding snippet for Ruby 1.9
This commit is contained in:
Eustáquio Rangel 2012-09-25 16:20:48 -07:00
commit 0c7aafff92

View File

@ -2,6 +2,10 @@
# Ruby snippets - for Rails, see below # # Ruby snippets - for Rails, see below #
######################################## ########################################
# encoding for Ruby 1.9
snippet enc
# encoding: utf-8
# #!/usr/bin/env ruby # #!/usr/bin/env ruby
snippet #! snippet #!
#!/usr/bin/env ruby #!/usr/bin/env ruby