Update bug and pp ruby snippets

This commit is contained in:
2016-01-30 12:04:36 +00:00
parent 88e2303329
commit 48ea91f67a
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
# name: ruby debugger
# key: bug
# --
require 'byebug'
byebug$0
require 'byebug'; byebug$0

View File

@@ -1,5 +1,4 @@
# name: pp ...
# key: pp
# --
require 'pp'
pp $0
require 'pp'; pp $0