# File lib/markaby/builder.rb, line 104
    def text(string)
      @builder << "#{string}"
      nil
    end