Class: Dry::Monads::SuperDiff::Dict Private
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Dry::Monads::SuperDiff::Dict
- Defined in:
- lib/dry/monads/extensions/super_diff.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #is_a?(klass) ⇒ Boolean private
Instance Method Details
#is_a?(klass) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
55 |
# File 'lib/dry/monads/extensions/super_diff.rb', line 55 def is_a?(klass) = klass <= Dict |