From 6af58ed7f3e75114e5a83cd0d6b11faca8a3ba9e Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 26 Jan 2022 10:07:32 -0500 Subject: [PATCH] Add dunlop-core main lib --- lib/dunlop-core.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/dunlop-core.rb diff --git a/lib/dunlop-core.rb b/lib/dunlop-core.rb new file mode 100644 index 0000000..6d56da9 --- /dev/null +++ b/lib/dunlop-core.rb @@ -0,0 +1 @@ +require "dunlop"