Skip to content

Commit

Permalink
Autocorrect Lint/SymbolConversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Dec 2, 2023
1 parent 43ab140 commit 5424f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aruba/basic_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def ==(other)

# Set if name is option
def set_if_option(name, *args)
public_send("#{name}=".to_sym, *args) if option? name
public_send(:"#{name}=", *args) if option? name
end

private
Expand Down

0 comments on commit 5424f7e

Please sign in to comment.