Sha256: a3f41c818526157beba81042c88d3a4314e96b66913a87e55ce5cca2099b1e0a
Contents?: true
Size: 586 Bytes
Versions: 43
Compression:
Stored size: 586 Bytes
Contents
<div id="<%= dom_id user %>"> <p> <strong>Name:</strong> <%= user.name %> </p> <p> <strong>Password:</strong> <%= user.password %> </p> <p>match?('password1'): <%= user.match?('password1') ? '<strong>TRUE</strong>'.html_safe : false %></p> <p>match?('password2'): <%= user.match?('password2') ? '<strong>TRUE</strong>'.html_safe : false %></p> <p>match?('password3'): <%= user.match?('password3') ? '<strong>TRUE</strong>'.html_safe : false %></p> <p>match?('hello'): <%= user.match?('hello') ? '<strong>TRUE</strong>'.html_safe : false %></p> </div>
Version data entries
43 entries across 43 versions & 1 rubygems