Sha256: 7d423cf5dcfbda6f6ba79e6e4a8539922376db378aefb2fb78f1dada5bf21dbf
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true # libraries require "dotenv/load" require "dry-initializer" require "pry" require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.inflector.inflect("csv" => "CSV", "json" => "JSON", "uuid" => "UUID") loader.setup module InferModel class Error < StandardError; end class << self def from(...) = Task.from(...) def to(...) = Task.to(...) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
infer_model-0.1.5 | lib/infer_model.rb |
infer_model-0.1.4 | lib/infer_model.rb |
infer_model-0.1.2 | lib/infer_model.rb |
infer_model-0.1.1 | lib/infer_model.rb |
infer_model-0.1.0 | lib/infer_model.rb |