# File lib/domain_name.rb, line 256 def domain_idn @domain_idn ||= if @ipaddr @domain else DomainName::Punycode.decode_hostname(@domain) end end