We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b5aa0 commit c55dc1bCopy full SHA for c55dc1b
Support/lib/support.rb
@@ -152,7 +152,7 @@ def self.edit
152
# The function returns a string containing the location of the configuration
153
# file.
154
def self.location
155
- (File.exist? CONFIG_FILE_USER) ? CONFIG_FILE_USER : CONFIG_FILE
+ File.exist?(CONFIG_FILE_USER) ? CONFIG_FILE_USER : CONFIG_FILE
156
end
157
158
0 commit comments