Class: Typeguard::Validation::Nil
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#valid?(value) ⇒ Boolean
146 147 148 |
# File 'lib/typeguard/types.rb', line 146 def valid?(value) value.nil? end |