method

quietly

rails latest stable - Class: Kernel

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

quietly()
public

Silences both STDOUT and STDERR, even for subprocesses.

quietly { system 'bundle install' }

This method is not thread-safe.