# File lib/domain_name.rb, line 37
  def ipaddr?
    @ipaddr ? true : false
  end