Sha256: fe584db5b094ba15fb63b8fc9989e623258100d16e546a6f336d45794cb954d0
Contents?: true
Size: 391 Bytes
Versions: 8
Compression:
Stored size: 391 Bytes
Contents
# frozen_string_literal: true require 'zeitwerk' loader = Zeitwerk::Loader.for_gem loader.inflector.inflect( 'timetree' => 'TimeTree' ) loader.setup # module for TimeTree apis client module TimeTree class Error < StandardError end class << self def configure yield configuration end def configuration @configuration ||= Configuration.new end end end
Version data entries
8 entries across 8 versions & 1 rubygems