diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 13:29:05 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-14 01:46:38 +0000 |
commit | 652f27330851e6154fc027515dcd43954a69cd9a () | |
tree | 9001eb408234863e4bd900062169f8b701fbe67c /lib/resolv.rb | |
parent | ebe620def601d804b7dba1e00132b9bc10d5ef6f (diff) |
[ruby/resolv] Expose Resolv::VERSION
https://.com/ruby/resolv/commit/6ab2385e89
-rw-r--r-- | lib/resolv.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ end class Resolv ## # Looks up the first IP address for +name+. |