module Rubannotate

Constants

VERSION

Public Class Methods

annotator() click to toggle source
# File lib/rubannotate.rb, line 16
def annotator
  @annotator ||= Annotator.new
end
configure() { |config| ... } click to toggle source
# File lib/rubannotate.rb, line 20
def configure
  yield annotator.config
end