Add description for Socket::Ifaddr#flags.

This commit is contained in:
Tanaka Akira 2025-02-22 10:09:32 +09:00
parent 4129973005
commit 4963d393ca

View File

@ -177,6 +177,8 @@ ifaddr_ifindex(VALUE self)
* ifaddr.flags => integer * ifaddr.flags => integer
* *
* Returns the flags of _ifaddr_. * Returns the flags of _ifaddr_.
*
* The value is bitwise-or of Socket::IFF_* constants such as Socket::IFF_LOOPBACK.
*/ */
static VALUE static VALUE