mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
9 lines
161 B
Ruby
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
|