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