Method: ActiveSupport::Dependencies#load?

Defined in:
activesupport/lib/active_support/dependencies.rb

#load?Boolean

Returns:

  • (Boolean)

307
308
309
# File 'activesupport/lib/active_support/dependencies.rb', line 307

def load?
  mechanism == :load
end