summaryrefslogtreecommitdiff
path: root/lib/bundler/env.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
commitc85c0c9c642dcdccb7d769d7d9a56d51ad314915 (patch)
tree0e840f4678f8763885a0b94c2987401a8436d665 /lib/bundler/env.rb
parentcc5294531a5f23935029094d165c7311b8d97483 (diff)
downloadbundler-c85c0c9c642dcdccb7d769d7d9a56d51ad314915.tar.gz
[RuboCop] Enable Style/EmptyLines
Diffstat (limited to 'lib/bundler/env.rb')
-rw-r--r--lib/bundler/env.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/env.rb b/lib/bundler/env.rb
index 2c02330846..f52764310b 100644
--- a/lib/bundler/env.rb
+++ b/lib/bundler/env.rb
@@ -3,7 +3,6 @@ require 'bundler/source/git/git_proxy'
module Bundler
class Env
-
def write(io)
io.write report(:print_gemfile => true)
end
@@ -70,6 +69,5 @@ module Bundler
rescue Bundler::Source::Git::GitNotInstalledError
"not installed"
end
-
end
end