Module: InsecureRandom::Hook
- Defined in:
- lib/insecure_random.rb
Overview
This module is mixed into SecureRandom. Because the Hook module is empty, mixing it in changes no behavior, but this module gives us a foothold in SecureRandom so that adding instance methods to Hook module adds the same method to SecureRandom as a singleton method.