Skip to content

Commit ff7606b

Browse files
author
Bruno Sutic
committed
Ruby pry snippet inserts only one line
Problem: pry snippet inserts 2 lines instead of one. The other line is used as a document header margin (for source code readability).
1 parent 3a70c26 commit ff7606b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snippets/ruby.snippets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ snippet debug
585585
require 'ruby-debug'; debugger; true;
586586
snippet pry
587587
require 'pry'; binding.pry
588-
589588
#############################################
590589
# Rails snippets - for pure Ruby, see above #
591590
#############################################

0 commit comments

Comments
 (0)