Method: YARD::OpenStruct#==

Defined in:
lib/yard/open_struct.rb

#==(other) ⇒ Object



25
26
27
# File 'lib/yard/open_struct.rb', line 25

def ==(other)
  other.is_a?(self.class) && to_h == other.to_h
end