summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 11:03:11 -0500
committerAustin Ziegler <austin@zieglers.ca>2022-07-04 20:26:10 -0400
commit396a82c4d56bc0067c86de7cd32a4ae75f292c41 (patch)
treee02145c03c77cfa7109e8fb06c8213c42562f1ea /Rakefile
parent5da19290c4b33f579f3b176192b7b15c151bdd00 (diff)
downloaddiff-lcs-396a82c4d56bc0067c86de7cd32a4ae75f292c41.tar.gz
standardrb --only Layout/LeadingCommentSpace --fix
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 3 insertions, 3 deletions
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