method

supports_urandom?

rails latest stable - Class: Rails::SecretKeyGenerator

Method deprecated or moved

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

supports_urandom?()
private

No documentation available.

# File railties/lib/rails_generator/secret_key_generator.rb, line 147
      def self.supports_urandom?
        File.exist?('/dev/urandom')
      end