Sha256: 432b830e2d5ab99bce36267b57b46b4808e71b3a6c9871f22c14ed5992906663
Contents?: true
Size: 340 Bytes
Versions: 63
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true module YARD module Handlers module Ruby # Handles automatic detection of dsl-style methods class DSLHandler < Base include CodeObjects include DSLHandlerMethods handles method_call namespace_only process { handle_comments } end end end end
Version data entries
63 entries across 62 versions & 9 rubygems
Version | Path |
---|---|
abaci-0.3.0 | vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/dsl_handler.rb |
yard-0.9.7 | lib/yard/handlers/ruby/dsl_handler.rb |
yard-0.9.6 | lib/yard/handlers/ruby/dsl_handler.rb |