What is the meaning of "h" in "<%=h [ ...] %>"?

When I generate a default scaffold, the display tags on show.html.erb have &lt;%=h @broker.name %&gt; I know the difference between &lt;% and &lt;%=. What's the "h" do?