lib/mootool/controller_base.rb in mootool-0.2.7 vs lib/mootool/controller_base.rb in mootool-0.2.8
- old
+ new
@@ -1,4 +1,5 @@
+# typed: true
# frozen_string_literal: true
CONTROLLERS_PATH = File.join(File.dirname(__FILE__), 'controllers')
module MooTool