Sha256: 9cb7c92fffbef4401711d44de8ef1da1fe3894b268556dae3b91f197ba0ca2e1

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

class ProjectGenerator

  def resolve_namespaces
    # any array of arrays
    # each sub-array:
    #    0: a string or an array of strings, containing xml namespaces found
    #       in the example xml files an empty string is the default namespace
    #    1: a ruby Module name (get the character cases right)
    #    2: a namespace prefix used when writing xml, optional. A generated
    #       prefix will be used otherwise.

    #[]

    [
            [ 'com.xampl.intro.example2', 'Example2', 'ex2']
    ]


  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xamplr-1.3.15 docs/intro/example2/project-generator.rb