Sha256: 336f33338fba0aef6ec6814952b8e69492d617501ba54a626644817f05fa07ad

Contents?: true

Size: 365 Bytes

Versions: 288

Compression:

Stored size: 365 Bytes

Contents

module ActiveSupport #:nodoc:
  module CoreExtensions #:nodoc:
    module Pathname #:nodoc:
      module CleanWithin
        # Clean the paths contained in the provided string.
        def clean_within(string)
          string.gsub(%r{[\w. ]+(/[\w. ]+)+(\.rb)?(\b|$)}) do |path|
            new(path).cleanpath
          end
        end
      end
    end
  end
end

Version data entries

288 entries across 255 versions & 30 rubygems

Version Path
mack-facets-0.8.3.1 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/pathname/clean_within.rb
monetra-ruby-0.0.6 lib/monetra/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.1 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.0 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.2 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.3 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.4 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.5.1 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.5 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.6 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.7 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.9 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.6.8 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.7.0 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.7.1 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
radiant-0.8.0 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
rq-3.3.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
rq-3.4.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
spree-0.0.9 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
spree-0.2.0 vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb