diff --git a/lib/pry/commands.rb b/lib/pry/commands.rb index 886273d8..c4442388 100644 --- a/lib/pry/commands.rb +++ b/lib/pry/commands.rb @@ -298,8 +298,7 @@ e.g: eval-file -c self "hello.rb" alias_command "inspect", "cat", "" - command "cd", "Start a Pry session on VAR (use `cd ..` to go back and `cd /` to return to Pry top-level)", - :keep_retval => true do |obj| + command "cd", "Start a Pry session on VAR (use `cd ..` to go back and `cd /` to return to Pry top-level)", :keep_retval => true do |obj| if !obj output.puts "Must provide an object." next diff --git a/lib/pry/version.rb b/lib/pry/version.rb index 705fad40..3495edb7 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "0.6.1" + VERSION = "0.6.2" end