From a89665b7b1abb5bb6005fd638dc920848cc50f72 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Mon, 13 Jul 2020 12:01:07 +0200 Subject: Enforce no empty lines around class body in rubygems To normalize the code style with `bundler`. --- lib/rubygems/commands/open_command.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rubygems/commands/open_command.rb') diff --git a/lib/rubygems/commands/open_command.rb b/lib/rubygems/commands/open_command.rb index e538e58d46..7d245539e1 100644 --- a/lib/rubygems/commands/open_command.rb +++ b/lib/rubygems/commands/open_command.rb @@ -4,7 +4,6 @@ require 'rubygems/version_option' require 'rubygems/util' class Gem::Commands::OpenCommand < Gem::Command - include Gem::VersionOption def initialize @@ -83,5 +82,4 @@ class Gem::Commands::OpenCommand < Gem::Command say "Unable to find gem '#{name}'" end - end -- cgit v1.2.3