class Dry::Core::BasicObject

def respond_to_missing?(_method_name, _include_all)

Other tags:
    Api: - private

Other tags:
    Since: - 0.8.0
def respond_to_missing?(_method_name, _include_all)
  ::Kernel.raise ::NotImplementedError
end