# File lib/mab/kernel_method.rb, line 3
def mab(&blk)
  Mab::PrettyBuilder.new({}, self, &blk).to_s
end