# File lib/markaby/builder.rb, line 74 74: def text(string) 75: @builder << "#{string}" 76: nil 77: end