From 396a82c4d56bc0067c86de7cd32a4ae75f292c41 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 23 Dec 2021 11:03:11 -0500 Subject: standardrb --only Layout/LeadingCommentSpace --fix --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index f5c4f80..9aa8d42 100644 --- a/Rakefile +++ b/Rakefile @@ -46,19 +46,19 @@ Hoe.plugin :gemspec2 Hoe.plugin :git if RUBY_VERSION < "1.9" - class Array #:nodoc: + class Array # :nodoc: def to_h Hash[*flatten(1)] end end - class Gem::Specification #:nodoc: + class Gem::Specification # :nodoc: def metadata=(*); end def default_value(*); end end - class Object #:nodoc: + class Object # :nodoc: def caller_locations(*) [] end -- cgit v1.2.1