summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-07-09 15:01:13 -0700
committerAndre Arko <andre@arko.net>2010-07-09 15:01:13 -0700
commit33121dc148750bbae4858a381b081b2b4e3a3afc (patch)
tree149e9aae09cac98de60812ba93eca3a37f5911e4
parentdc211b38e7a87e1978a829bea1482ea5a66f4a2c (diff)
downloadbundler-33121dc148750bbae4858a381b081b2b4e3a3afc.tar.gz
Clean up environment inspect
-rw-r--r--lib/bundler/environment.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bundler/environment.rb b/lib/bundler/environment.rb
index afd3333cab..50603839d9 100644
--- a/lib/bundler/environment.rb
+++ b/lib/bundler/environment.rb
@@ -8,8 +8,7 @@ module Bundler
end
def inspect
- puts
- @definition.to_lock
+ @definition.to_lock.inspect
end
# TODO: Remove this method. It's used in cli.rb still