instiki/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb
2007-01-22 07:43:50 -06:00

8 lines
168 B
Ruby

require 'pathname'
require File.dirname(__FILE__) + '/pathname/clean_within'
class Pathname#:nodoc:
extend ActiveSupport::CoreExtensions::Pathname::CleanWithin
end