rabbit_carrots/lib/rabbit_carrots.rb
2022-12-01 16:35:40 +03:00

9 lines
161 B
Ruby

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