Skip to content

Commit 508a884

Browse files
committed
Minor cleanup
1 parent 947bc40 commit 508a884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/delegate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def respond_to?(m)
4141
@ob.respond_to?(m)
4242
end
4343

44-
def method_missing sym, *args
45-
@ob.send(sym,*args)
44+
def method_missing *args
45+
@ob.send(*args)
4646
end
4747
end

0 commit comments

Comments
 (0)