module Build::Dependency

Constants

Alias
Depends
Provision

A provision is a thing which satisfies a dependency.

Resolution
TOP
VERSION

Public Class Methods

included(klass) click to toggle source
# File lib/build/dependency/provider.rb, line 25
def self.included(klass)
        klass.include(Provider)
end