Method: YARD::Rake::YardocTask#before

Defined in:
lib/yard/rake/yardoc_task.rb

#beforeProc

Runs a Proc before the task

Returns:

  • (Proc)

    a proc to call before running the task



32
33
34
# File 'lib/yard/rake/yardoc_task.rb', line 32

def before
  @before
end