Module: Kernel

Defined in:
lib/sgem.rb

Instance Method Summary collapse

Instance Method Details

#sgem(spec) ⇒ SGem

Creates a new instance of SGem with the given ‘gemspec`.

Parameters:

  • spec (String)

    the gemspec for this instance of SGem

Returns:



105
106
107
# File 'lib/sgem.rb', line 105

def sgem(spec)
  SGem.new(spec)
end