2024-05-12 05:59:38 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-03-20 20:25:20 +01:00
|
|
|
module BSD::Control
|
|
|
|
##
|
|
|
|
# The {BSD::Control::Context BSD::Control::Context} class encapsulates
|
|
|
|
# and persists a clang data structure (hbsdctrl_ctx_t).
|
|
|
|
class Context
|
|
|
|
end
|
|
|
|
end
|