method

require

rails latest stable - Class: RequireProfiler

Method deprecated or moved

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

require(file, *args)
private

No documentation available.

# File tools/profile, line 11
  def require(file, *args) RequireProfiler.profile(file) { super } end