Merge pull request #57 from amatsuda/warnings

warning: assigned but unused variable - e
This commit is contained in:
Ryan Fitzgerald 2014-09-01 19:28:31 -07:00
commit 8ac0c422ac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class PryRails::ShowModels < Pry::ClassCommand
begin
is_model = o.class == Class && o.ancestors.include?(Mongoid::Document)
rescue => e
rescue
# If it's a weird object, it's not what we want anyway.
end