Class: Typeguard::Validation::Untyped

Inherits:
Base
  • Object
show all
Defined in:
lib/typeguard/types.rb

Instance Method Summary collapse

Methods inherited from Base

from

Instance Method Details

#valid?(_) ⇒ Boolean

Returns:

  • (Boolean)


162
163
164
# File 'lib/typeguard/types.rb', line 162

def valid?(_)
  true
end