comfpile/lib/comfpile.rb
David Bailey b1de04fabb
Some checks failed
RuboCop / build (push) Failing after 3s
feat: first commit of basic bundle gem setup
2023-11-15 19:44:44 +01:00

8 lines
150 B
Ruby

# frozen_string_literal: true
require_relative "comfpile/version"
module Comfpile
class Error < StandardError; end
# Your code goes here...
end