Closed elia closed 2 months ago
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.
yard
bundle exec rake
Marking this as closed and not needed.
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
bundle exec rake
locally (if code is attached to PR).