ext/rakefile.rb in ffi-clang-0.7.0 vs ext/rakefile.rb in ffi-clang-0.8.0

- old
+ new

@@ -1,4 +1,8 @@ +# frozen_string_literal: true + +# Released under the MIT License. +# Copyright, 2013-2022, by Samuel Williams. require 'teapot' task :default do controller = Teapot::Controller.new(__dir__)