Skip to content

Commit

Permalink
make pry work for 1.9 as well!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Coleman committed May 29, 2015
1 parent 946a041 commit 6b0c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pryrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Object
end
end

if defined?(PryByebug)
if defined?(PryDebugger) || defined?(PryByebug)
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Expand Down

0 comments on commit 6b0c77c

Please sign in to comment.