Sha256: 9bb5cd0978752354589892b29c19952dff10d6b6fff1cf3a48c90072c906081b
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
require 'xml/mapping_extensions' # TODO: port this to xml-mapping_extensions module XML module MappingExtensions class Namespace def with_prefix(new_prefix) Namespace.new(uri: uri, prefix: new_prefix, schema_location: schema_location) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems