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