Sha256: aa1c3e83f235254c03200ddd1586dc893f975a574285c635a98c692d29f9ff84
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true 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
4 entries across 4 versions & 1 rubygems