Class: Typespec::Object
Overview
…
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Struct
Constructor Details
This class inherits a constructor from Typespec::Struct
Class Method Details
Instance Method Details
#valid?(object, opts = {}) ⇒ Boolean
169 170 171 |
# File 'lib/typespec.rb', line 169 def valid?(object, opts={}) super(object, opts.merge({:ignore_if_not_in_spec => true})) end |