mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
Manually merged from https://github.com/rubygems/rubygems/pull/2636
Enable Style/EmptyLinesAroundClassBody rubocop cop.
This commit is contained in:
parent
f56fc720ee
commit
31a6eaabc1
274 changed files with 672 additions and 0 deletions
|
@ -29,6 +29,7 @@ require 'rubygems/rdoc'
|
|||
# TODO Refactor into a real WEBrick servlet to remove code duplication.
|
||||
|
||||
class Gem::Server
|
||||
|
||||
attr_reader :spec_dirs
|
||||
|
||||
include ERB::Util
|
||||
|
@ -874,4 +875,5 @@ div.method-source-code pre { color: #ffdead; overflow: hidden; }
|
|||
|
||||
system("#{@launch} http://#{host}:#{@port}")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue