lib/mootool/controllers/dyld_linker.rb in mootool-0.1.2 vs lib/mootool/controllers/dyld_linker.rb in mootool-0.2
- old
+ new
@@ -1,7 +1,15 @@
\ No newline at end of file
+# frozen_string_literal: true
+
+module MooTool
+ module Controllers
+ class DyldLinker < ControllerBase
+ end
+ end
+end