Sha256: ffef0a519312ae44b0630aad7ab86225b907d09235e6ebeea74b0e338bd6b554

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

require_relative "base"

module Rumination
  module Deploy
    module ClassMethods
      def bootstrap target:
        Base.new(target).bootstrap
      end

      def app target:
        Base.new(target).call
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rumination-0.6.4 lib/rumination/deploy/class_methods.rb
rumination-0.6.3 lib/rumination/deploy/class_methods.rb
rumination-0.6.2 lib/rumination/deploy/class_methods.rb
rumination-0.6.1 lib/rumination/deploy/class_methods.rb
rumination-0.6.0 lib/rumination/deploy/class_methods.rb