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

10 lines
213 B
Ruby
Raw Normal View History

2024-05-12 05:59:38 +02:00
# 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