Class YARD::Handlers::Ruby::ProcessHandler
In: lib/yard/handlers/ruby/process_handler.rb
Parent: YARD::Handlers::Ruby::Base

This is a YARD-specific handler for handler DSL syntax. It handles the "process do … end" syntax and translates it into a "def process; end" method declaration.

@since 0.5.4

[Validate]