module Kernel
Public Instance Methods
sgem(spec)
click to toggle source
Creates a new instance of {SGem} with the given `gemspec`. @param spec [String] the gemspec for this instance of {SGem} @return [SGem] a new instance of {SGem}
# File lib/sgem.rb, line 105 def sgem(spec) SGem.new(spec) end