Create a encoding snippet for Ruby 1.9
This commit is contained in:
parent
a557c8f3c0
commit
a1af06d5fa
@ -2,6 +2,10 @@
|
||||
# Ruby snippets - for Rails, see below #
|
||||
########################################
|
||||
|
||||
# encoding for Ruby 1.9
|
||||
snippet enc
|
||||
# encoding: utf-8
|
||||
|
||||
# #!/usr/bin/env ruby
|
||||
snippet #!
|
||||
#!/usr/bin/env ruby
|
||||
|
Loading…
Reference in New Issue
Block a user