aozorahack/aozora2html

View on GitHub
lib/aozora2html/tag/indent.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Aozora2Html
  class Tag
    class Indent < Aozora2Html::Tag::Block
    end
  end
end