rggen/rggen-markdown

View on GitHub
lib/rggen/markdown/factories.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RgGen
  module Markdown
    class ComponentFactory < Core::OutputBase::DocumentComponentFactory
    end

    class FeatureFactory < Core::OutputBase::FeatureFactory
    end
  end
end