sample_project/sample.rb in polycrystal-0.1.2 vs sample_project/sample.rb in polycrystal-0.1.3
- old
+ new
@@ -9,10 +9,6 @@
path: File.expand_path("#{__dir__}/crystal"),
file: 'sample.cr',
modules: ['CrystalModule']
)
-build_path = File.expand_path("#{__dir__}/build")
-
-FileUtils.mkdir_p(build_path)
-
-Polycrystal::Loader.new(build_path: build_path).load
+Polycrystal.load