delonnewman/dragnet

View on GitHub
lib/yard/handlers.rb

Summary

Maintainability
A
0 mins
Test Coverage
class YARD::Handlers::Ruby::WithHandler < YARD::Handlers::Ruby::Base
  handles method_call(:with)

  def process
    # pp statement.class
    # pp statement[1]
  end
end