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

[View source]

28
29
30
# File 'lib/yard/rake/yardoc_task.rb', line 28

def before
  @before
end