9 lines
213 B
Ruby
9 lines
213 B
Ruby
# frozen_string_literal: true
|
|
|
|
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
|