StandardRB

This commit is contained in:
2024-02-21 21:48:44 +11:00
parent 0a14ae1204
commit 6f663722ab
37 changed files with 43 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
module Main
module Views
class NotFound< Main::View
class NotFound < Main::View
end
end
end