instiki/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb

8 lines
168 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
require 'pathname'
require File.dirname(__FILE__) + '/pathname/clean_within'
class Pathname#:nodoc:
extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
end