aozorahack/aozora2html

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Aozora2Html
  class Tag
    # 1行字下げ用
    module OnelineIndent
    end
  end
end