Method: Hocon::Impl::ConfigReference#can_equal

Defined in:
lib/hocon/impl/config_reference.rb

#can_equal(other) ⇒ Object



114
115
116
# File 'lib/hocon/impl/config_reference.rb', line 114

def can_equal(other)
  other.is_a? Hocon::Impl::ConfigReference
end