Sha256: fda4877d46ab54f7f18584a9f91c12a98cda0e748ba7c128221199c9f8738469

Contents?: true

Size: 188 Bytes

Versions: 1

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"
require_relative "strong"

module Rfcxml
  module V3
    class Em < Strong
      xml do
        root "em"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rfcxml-0.2.0 lib/rfcxml/v3/em.rb