module Citrus::Utils

Utils

Utils

Utils

Utils

Utils

Public Instance Methods

local?(host) click to toggle source

Check whether a host is a local adress

@param [String] host

# File lib/citrus/util/utils.rb, line 13
def local? host
  return true
end