Skip to content

Commit

Permalink
standardrb --only Style/EmptyMethod --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Jul 5, 2022
1 parent 63bb988 commit dca29cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dca29cd

Please sign in to comment.