Flowdock
method

build

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Package
build(spec, skip_validation=false) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/package.rb, line 109
  def self.build spec, skip_validation=false
    gem_file = spec.file_name

    package = new gem_file
    package.spec = spec
    package.build skip_validation

    gem_file
  end
Register or log in to add new notes.