Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Dec 27, 2023
1 parent 7c14588 commit 0b9b35c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fhir_dstu2_models/bootstrap/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def hash

def respond_to_missing?(method_name, *)
defined?(self.class::MULTIPLE_TYPES) && self.class::MULTIPLE_TYPES[method_name.to_s] ||
!@extension.nil? && !@extension.empty? ||
!@modifierExtension.nil? && !@modifierExtension.empty? ||
super
!@extension.nil? && !@extension.empty? ||
!@modifierExtension.nil? && !@modifierExtension.empty? ||
super
end

# allow two FHIR::DSTU2 models to be compared for equality
Expand Down

0 comments on commit 0b9b35c

Please sign in to comment.