method

supports_urandom?

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