Skip to content

Commit

Permalink
feat(ruby): add binding.break snippet (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhurramraza authored Feb 17, 2024
1 parent ad4fe8c commit b4bc233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snippets/ruby/ruby.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
"prefix": "irb",
"body": "binding.irb"
},
"Insert break call": {
"prefix": "break",
"body": "binding.break"
},
"Insert RSpec.describe class": {
"prefix": "rdesc",
"body": ["RSpec.describe ${1:described_class} do", "\t$0", "end"]
Expand Down

0 comments on commit b4bc233

Please sign in to comment.