Module: Lite::Containers::AvlTree::Interfaces::BracketAssign::Instance
- Defined in:
- lib/lite/containers/avl_tree/interfaces/bracket_assign.rb
Instance Method Summary collapse
Instance Method Details
#instance(type, **opts) ⇒ Object
14 15 16 17 18 |
# File 'lib/lite/containers/avl_tree/interfaces/bracket_assign.rb', line 14 def instance(type, **opts) raise ArgumentError, 'Disallowed keyword argument: merge' if opts.key?(:merge) super(type, merge: :replace, **opts) end |