Method: YARD::Rake::YardocTask#after

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

#afterProc

Runs a Proc after the task

Returns:

  • (Proc)

    a proc to call after running the task

[View source]

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

def after
  @after
end