Skip to content

Commit b39e1b6

Browse files
committed
Drop unnecessary #to_sym
1 parent c350aec commit b39e1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/drip/client/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(**options)
1616
@url_prefix = nil
1717

1818
options.each do |k, v|
19-
public_send("#{k}=".to_sym, v)
19+
public_send("#{k}=", v)
2020
end
2121
end
2222

0 commit comments

Comments
 (0)