summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 11:15:03 -0500
committerAustin Ziegler <austin@zieglers.ca>2022-07-04 20:26:10 -0400
commitdca29cd3a74035df6d462f7d0def64e991bc84fc (patch)
tree9f3cf0dbbbf7f7bf5f515e4edab3e93b14711531
parent63bb988f761da3fa061c9e3b5d13785477bf44c5 (diff)
downloaddiff-lcs-dca29cd3a74035df6d462f7d0def64e991bc84fc.tar.gz
standardrb --only Style/EmptyMethod --fix
-rw-r--r--Rakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index da1e041..8179e81 100644
--- a/Rakefile
+++ b/Rakefile
@@ -53,9 +53,11 @@ if RUBY_VERSION < "1.9"
end
class Gem::Specification # :nodoc:
- def metadata=(*); end
+ def metadata=(*)
+ end
- def default_value(*); end
+ def default_value(*)
+ end
end
class Object # :nodoc: