lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

Make the rake task depend only on rake #1457

Closed elia closed 2 months ago

elia commented 2 years ago

Description

Without this it's necessary to require the whole library just to have the task defined. With this change yard will be required before executing the task code reducing the load time and memory footprint of libraries defining the task.

Completed Tasks

lsegal commented 2 months ago

Marking this as closed and not needed.