1 2 3 4 5 6 7 8 9
module Arel module PathnameExtensions def /(path) (self + path).expand_path end Pathname.send(:include, self) end end