bsdcontrol.rb/lib/bsd/control/context.rb

8 lines
182 B
Ruby
Raw Normal View History

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