#!/usr/bin/env ruby
# frozen_string_literal: true

# Generated by kettle-jem after curated `bundle binstubs`.
#
# Bundler's normal yard binstub executes the raw YARD CLI. That skips
# Rake task enhancements installed by documentation plugins such as
# yard-timekeeper. Those plugins run after YARD finishes and may restore
# checked-in docs files whose only diff is generated timestamp churn.
#
# The canonical docs entrypoint is therefore the Rake task, not raw
# `yard` / `bin/yard`. Keep this binstub as a handoff to the task so
# humans and tools that reach for `bin/yard` still run the full docs
# workflow with post-processing hooks.
exec("bundle", "exec", "rake", "yard")
