Sha256: 00bb4701e33c4bdc76c1ce6c2dc126fe0eeab98d8431b20eacd0fe6266b6e5e1
Contents?: true
Size: 303 Bytes
Versions: 10
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true require "containable" require "http" module Tana # Defines application dependencies. module Container extend Containable register(:configuration) { Configuration::Loader.new.call } register :http, HTTP register(:client) { API::Client.new } end end
Version data entries
10 entries across 10 versions & 1 rubygems