Skip to content

Commit

Permalink
Merge branch 'release/0.25.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Jul 19, 2016
2 parents dfcb3cc + e5a88f3 commit 6685b08
Show file tree
Hide file tree
Showing 480 changed files with 17,461 additions and 5,659 deletions.
3 changes: 2 additions & 1 deletion .pryrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
if defined?(PryNav)
if defined?(PryDebugger)
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'f', 'finish'
end

Loading

0 comments on commit 6685b08

Please sign in to comment.