From 16576f3a0a3780b09f38a78336ddfbd3fc5a9573 Mon Sep 17 00:00:00 2001 From: Andreas Hellwig Date: Tue, 29 Sep 2015 23:19:06 +0200 Subject: Rubocop adjustment Outdent access modifiers like private --- lib/bundler/installer/standalone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/installer') diff --git a/lib/bundler/installer/standalone.rb b/lib/bundler/installer/standalone.rb index 24a4183ea2..f9b50e1d98 100644 --- a/lib/bundler/installer/standalone.rb +++ b/lib/bundler/installer/standalone.rb @@ -20,7 +20,7 @@ module Bundler end end - private + private def paths @specs.flat_map do |spec| -- cgit v1.2.1