Skip to content

Commit

Permalink
Added additional ruby snipppets
Browse files Browse the repository at this point in the history
  • Loading branch information
html committed May 13, 2011
1 parent 15c0f7f commit 6d93133
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions snippets/ruby/d.snippet
@@ -0,0 +1 @@
true;debugger;true
4 changes: 4 additions & 0 deletions snippets/ruby/do.snippet
@@ -0,0 +1,4 @@
do
${1}
end

4 changes: 4 additions & 0 deletions snippets/ruby/dob.snippet
@@ -0,0 +1,4 @@
do |${1:variable}|
${2}
end

0 comments on commit 6d93133

Please sign in to comment.