# File lib/markaby/builder.rb, line 132
    def text(string)
      @builder << string.to_s
      nil
    end