lib/runcom/paths/friendly.rb in runcom-5.0.2 vs lib/runcom/paths/friendly.rb in runcom-5.1.0

- old
+ new

@@ -19,9 +19,13 @@ String(value).then do |path| File.exist?(path) ? Pathname(path).expand_path : standard.dynamic end end + def inspect + [standard.key, dynamic].compact.join XDG::PAIR_DELIMITER + end + private attr_reader :standard end end