Call const_get with implicit self

This commit is contained in:
0x1eef 2024-07-12 10:49:33 -03:00
parent 6b2677ba83
commit 111bdb4828

View file

@ -54,7 +54,7 @@ module BSD::Capsicum
CAP_RIGHTS_VERSION,
rightsp,
*capabilities.flat_map { |cap|
[ULONG_LONG, cap_all.include?(cap) ? Constants.const_get(cap) : cap]
[ULONG_LONG, cap_all.include?(cap) ? const_get(cap) : cap]
}
)
end