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
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/pathname/clean_within.rb