# File lib/markaby/kernel_method.rb, line 4
  def mab(*args, &block)
    Markaby::Builder.new(*args, &block).to_s
  end