Sha256: 1d51967db156b3ba6184305644568bc01bc4350fe525166bfcb70ba1f374ab76
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true require "date" require "time" require "forwardable" # Module module Attribeauty class Error < StandardError; end class MissingAttributeError < StandardError; end class << self def configuration @configuration ||= Configuration.new end def configure yield(configuration) end end end require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.ignore("#{__dir__}/kamal/sshkit_with_ext.rb") loader.setup loader.eager_load # We need all commands loaded.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
attribeauty-0.4.0 | lib/attribeauty.rb |
attribeauty-0.3.4 | lib/attribeauty.rb |
attribeauty-0.3.3 | lib/attribeauty.rb |
attribeauty-0.3.2 | lib/attribeauty.rb |