sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/

lib/sup/util/path.rb (134B) - raw

      1 module Redwood
      2   module Util
      3     module Path
      4       def self.expand(path)
      5         ::File.expand_path(path)
      6       end
      7     end
      8   end
      9 end