Method: JsonExpressions::Matcher.assume_strict_arrays
- Defined in:
- lib/json_expressions/matcher.rb
.assume_strict_arrays ⇒ Object
JsonExpressions::Matcher.assume_strict_arrays (Boolean)
By default, reject arrays with extra elements when not specified
Default: true
22 23 24 |
# File 'lib/json_expressions/matcher.rb', line 22 def assume_strict_arrays @assume_strict_arrays end |