class Gem::Tasks::Task

def gem(command,*arguments)

Other tags:
    Api: - semipublic

Returns:
  • (Boolean) -

Parameters:
  • arguments (Array) --
  • command (String) --
def gem(command,*arguments)
  run 'gem', command, *arguments
end