Parent

Methods

Library

A generic Library class that builds both shared and static

Attributes

buildable[R]

Public Class Methods

new(options) click to toggle source
# File lib/makeconf/library.rb, line 7
def initialize(options)
  raise ArgumentError unless options.kind_of?(Hash)
  @buildable = [SharedLibrary.new(options), StaticLibrary.new(options)]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.