Create a encoding snippet for Ruby 1.9

This commit is contained in:
George Guimarães 2012-09-25 20:03:18 -03:00
parent a557c8f3c0
commit a1af06d5fa

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