Flowdock
method

get_hosts_path

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Resolv
get_hosts_path() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/dl/win32/lib/win32/resolv.rb, line 13
    def self.get_hosts_path
      path = get_hosts_dir
      path = File.expand_path('hosts', path)
      File.exist?(path) ? path : nil
    end
Register or log in to add new notes.