timeseries-hoarder/lib/timeseries/hoarder.rb

11 lines
178 B
Ruby
Raw Normal View History

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