adding suitable usr*bin*ruby snippets for linux

This commit is contained in:
capitaomorte 2010-02-10 09:25:30 +00:00
parent b589d4434a
commit 6ccfb1da5d
3 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# -*- mode: snippet -*-
# key: rb
# contributor: Translated from TextMate Snippet
# name: #!/usr/bin/env ruby -wKU
## condition: "source.ruby"
# name: #!/usr/bin/env ruby
# --
#!/usr/bin/env ruby -wKU
#!/usr/bin/env ruby`yas/ruby-shebang-args`

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: rb
# contributor: Translated from TextMate Snippet
# name: #!/usr/bin/ruby
# --
#!/usr/bin/ruby`yas/ruby-shebang-args`

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: rb
# contributor: Translated from TextMate Snippet
# name: #!/usr/bin/local/ruby
# --
#!/usr/local/bin/ruby`yas/ruby-shebang-args`