mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-22 14:17:19 +00:00
9 lines
152 B
Ruby
9 lines
152 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "schemable/version"
|
|
|
|
module Schemable
|
|
class Error < StandardError; end
|
|
# Your code goes here...
|
|
end
|