Method: TypeValidator#options

Defined in:
lib/type_validator.rb

#optionsObject



4
5
6
# File 'lib/type_validator.rb', line 4

def options
  super.merge(allow_nil: true)
end