Sha256: 966934d51c9a6fe3498270f02b0c8aa46452924daed71a8e81867ccd729ec944

Contents?: true

Size: 156 Bytes

Versions: 12

Compression:

Stored size: 156 Bytes

Contents

module CabbageDoc
  class Path
    class << self
      def join(*args)
        args.join('/').gsub(/\/+/, '/').gsub(/\/+$/, '')
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cabbage_doc-0.1.4 lib/cabbage_doc/path.rb
cabbage_doc-0.1.3 lib/cabbage_doc/path.rb
cabbage_doc-0.1.2 lib/cabbage_doc/path.rb
cabbage_doc-0.1.1 lib/cabbage_doc/path.rb
cabbage_doc-0.1.0 lib/cabbage_doc/path.rb
cabbage_doc-0.0.9 lib/cabbage_doc/path.rb
cabbage_doc-0.0.8 lib/cabbage_doc/path.rb
cabbage_doc-0.0.7 lib/cabbage_doc/path.rb
cabbage_doc-0.0.6 lib/cabbage_doc/path.rb
cabbage_doc-0.0.5 lib/cabbage_doc/path.rb
cabbage_doc-0.0.4 lib/cabbage_doc/path.rb
cabbage_doc-0.0.3 lib/cabbage_doc/path.rb