Methods

Class Index [+]

Quicksearch

Gem::Ext::ExtConfBuilder

Public Class Methods

build(extension, directory, dest_path, results) click to toggle source
    # File lib/rubygems/ext/ext_conf_builder.rb, line 12
12:   def self.build(extension, directory, dest_path, results)
13:     cmd = "#{Gem.ruby} #{File.basename extension}"
14:     cmd << " #{Gem::Command.build_args.join ' '}" unless Gem::Command.build_args.empty?
15: 
16:     run cmd, results
17: 
18:     make dest_path, results
19: 
20:     results
21:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.