Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 16, 2023
1 parent 1912dff commit 54754f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/victor/svg.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Victor
class SVG < SVGBase
def method_missing(method_sym, *arguments, &block)
element method_sym, *arguments, &block
def method_missing(method_sym, ...)
element(method_sym, ...)
end

def respond_to_missing?(*)
Expand Down

0 comments on commit 54754f2

Please sign in to comment.