mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
<%# Flow through an ERB template %>
|
|
<%= foo() %>
|
|
|
|
<%# Flow out of an ERB template %>
|
|
<%
|
|
set(source(2))
|
|
foo()
|
|
%>
|