Skip to content

Commit 5369ba1

Browse files
committed
ruby docs: remove distracting sentence
1 parent b1da636 commit 5369ba1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-ruby.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ The next section will give some concrete examples, but there is a more abstract
9797
A local source is a data-flow node with no local data flow into it.
9898
As such, it is a local origin of data flow, a place where a new value is created.
9999
This includes parameters (which only receive global data flow) and most expressions (because they are not value-preserving).
100-
Restricting attention to such local sources gives a much lighter and more performant data-flow graph and in most cases also a more suitable abstraction for the investigation of interest.
101100
The class ``LocalSourceNode`` represents data-flow nodes that are also local sources.
102101
It comes with a useful member predicate ``flowsTo(DataFlow::Node node)``, which holds if there is local data flow from the local source to ``node``.
103102

0 commit comments

Comments
 (0)