class Eth::Client
def local?
def local? if self.instance_of? Eth::Client::Ipc return true elsif self.host === "127.0.0.1" || self.host === "localhost" return true else return false end end
def local? if self.instance_of? Eth::Client::Ipc return true elsif self.host === "127.0.0.1" || self.host === "localhost" return true else return false end end