Sha256: 559f13b1d434495bfe04ef9caa7d3a6529dc6c5c171df2d96dd1f035a8aed615

Contents?: true

Size: 271 Bytes

Versions: 35

Compression:

Stored size: 271 Bytes

Contents

require_relative "simple_path"

module Guard
  class Watcher
    class Pattern
      class PathnamePath < SimplePath
        protected

        def normalize(string_or_pathname)
          Pathname.new(string_or_pathname).cleanpath
        end
      end
    end
  end
end

Version data entries

35 entries across 35 versions & 8 rubygems

Version Path
guard-2.19.1 lib/guard/watcher/pattern/pathname_path.rb
guard-2.19.0 lib/guard/watcher/pattern/pathname_path.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/guard-2.18.1/lib/guard/watcher/pattern/pathname_path.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/guard-2.18.1/lib/guard/watcher/pattern/pathname_path.rb
guard-2.18.1 lib/guard/watcher/pattern/pathname_path.rb
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/guard-2.18.0/lib/guard/watcher/pattern/pathname_path.rb
guard-2.18.0 lib/guard/watcher/pattern/pathname_path.rb
guard-2.17.0 lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.35 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.34 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.33 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.32 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.31 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.30 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.29 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.28 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.27 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.26 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
qiita_org-0.1.25 gems/ruby/2.7.0/gems/guard-2.16.2/lib/guard/watcher/pattern/pathname_path.rb
guard-2.16.2 lib/guard/watcher/pattern/pathname_path.rb