aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/algebra/extensions/pathname.rb
blob: 2f7e2733e74fa66d20236e82cf16a4c6bed65329 (plain) (tree)
1
2
3
4
5




                             
class Pathname
  def /(path)
    (self + path).expand_path
  end
end