summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 11:15:03 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-23 11:45:41 -0500
commit74cda5fd620f125364198578058311bdd9592168 (patch)
tree37fe485671b5939a9ab4fd53b0827d50bef406b6
parent43921ccfab6cf38b475b354e0b81f574c3bba239 (diff)
downloaddiff-lcs-74cda5fd620f125364198578058311bdd9592168.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: