docs: add documentation for various classes in app/logical.

This commit is contained in:
evazion
2021-06-23 05:09:55 -05:00
parent e5cfb7904c
commit ed302fdf4d
33 changed files with 518 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
# Builds an HTML diff between two pieces of text.
class DiffBuilder
attr_reader :this_text, :that_text, :pattern