Skip to content

Commit 9bd88e0

Browse files
r3jacklpil
authored andcommitted
Update ruby.snippets: add binding.irb debug
1 parent 75cd3fd commit 9bd88e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/ruby.snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ snippet debug18
612612
require 'ruby-debug'; debugger
613613
snippet pry
614614
require 'pry'; binding.pry
615+
snippet irb
616+
binding.irb
615617
snippet strf
616618
strftime('${1:%Y-%m-%d %H:%M:%S %z}')${0}
617619
#

0 commit comments

Comments
 (0)