Sha256: 79d6f7bd2993282842f43c0ffd29d8f0cb53fc239c2c9ded7b22c06eb22c63f7

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

== String#pathize

  require 'facets/string/pathize'

module name

  a = "Foo::Base"
  x = "foo/base"
  a.pathize.assert == x

path name

  a = "foo/base"
  x = "foo/base"
  a.pathize.assert == x

name space

  a = "foo__base"
  x = "foo/base"
  a.pathize.assert == x

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
facets-3.0.0 demo/core/string/pathize.rdoc
facets-2.9.3 qed/core/string/pathize.rdoc
facets-2.9.2 qed/core/string/pathize.rdoc
facets-2.9.1 qed/core/string/pathize.rdoc
facets-2.9.0 qed/core/string/pathize.rdoc
facets-2.9.0.pre.2 qed/core/string/pathize.rdoc
facets-2.9.0.pre.1 qed/core/string/pathize.rdoc