lib/cliutils/prefs/pref_behavior.rb in cliutils-1.2.8 vs lib/cliutils/prefs/pref_behavior.rb in cliutils-1.2.9

- old
+ new

@@ -12,10 +12,10 @@ # Expands the passed text (assumes it # is a filepath). # @param [String] args[0] The text to evaluate # @return [String] - def self.local_filepath(*args) + def self.expand_filepath(*args) File.expand_path(args[0]) end # Lowercases all characters in the passed text. # @param [String] args[0] The text to evaluate