Class: ConvenientService::RSpec::PrimitiveMatchers::Classes::DelegateTo::Entities::Outputs
- Inherits:
-
Object
- Object
- ConvenientService::RSpec::PrimitiveMatchers::Classes::DelegateTo::Entities::Outputs
- Defined in:
- lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/outputs.rb
Instance Method Summary collapse
- #==(other) ⇒ Boolean? private
- #delegations ⇒ Array private
Instance Method Details
#==(other) ⇒ 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.
25 26 27 28 29 30 31 |
# File 'lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/outputs.rb', line 25 def ==(other) return unless other.instance_of?(self.class) return false if delegations != other.delegations true end |
#delegations ⇒ Array
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.
15 16 17 |
# File 'lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/outputs.rb', line 15 def delegations @delegations ||= [] end |