method

lastWin32ErrorMessage

ruby latest stable - Class: SecureRandom

Method deprecated or moved

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

lastWin32ErrorMessage()
public

No documentation available.

# File lib/securerandom.rb, line 129
    def self.lastWin32ErrorMessage # :nodoc:
      # for compatibility
      return Kernel32.last_error_message
    end