Skip to content
  • Sean Doyle's avatar
    286fa403
    Add test coverage for `Object#with_options` with `Hash`-like · 286fa403
    Sean Doyle authored
    Add test coverage for existing `Object#with_options` support for
    `Hash`-like objects.
    
    The current implementation expects "Hash-like" to mean that the argument
    implements both `Hash#deep_merge` and `#to_hash` (to be called
    explicitly with `#to_hash` and implicitly with `**`).
    286fa403
    Add test coverage for `Object#with_options` with `Hash`-like
    Sean Doyle authored
    Add test coverage for existing `Object#with_options` support for
    `Hash`-like objects.
    
    The current implementation expects "Hash-like" to mean that the argument
    implements both `Hash#deep_merge` and `#to_hash` (to be called
    explicitly with `#to_hash` and implicitly with `**`).
Loading