# Generated from lib/autocad/event_handler.rb with RBS::Inline module Autocad class EventHandler def initialize: () -> untyped # @rbs event: String -- the event name to handle def add_handler: (String event) ?{ (?) -> untyped } -> untyped def get_handler: (untyped event) -> untyped def method_missing: (untyped event, *untyped args) -> untyped end end