8 lines
182 B
Ruby
8 lines
182 B
Ruby
|
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
|