feat(ruby): add binding.break snippet (#403)

This commit is contained in:
Khurram Raza 2024-02-17 02:26:37 +01:00 committed by GitHub
parent ad4fe8c532
commit b4bc23308d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]