aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file/path.rb
blob: b5feab80ae73a0debff03edb9ca3942a15b18908 (plain) (blame)
1
2
3
4
5
class File
  unless File.allocate.respond_to?(:to_path)
    alias to_path path
  end
end