Skip to content

Commit ace60df

Browse files
committed
Ruby: add missing qldoc
1 parent 8abee16 commit ace60df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@ module OrmInstantiation {
632632
* extend `PersistentWriteAccess::Range` instead.
633633
*/
634634
class PersistentWriteAccess extends DataFlow::Node instanceof PersistentWriteAccess::Range {
635+
/**
636+
* Gets the data flow node corresponding to the written value.
637+
*/
635638
DataFlow::Node getValue() { result = super.getValue() }
636639
}
637640

0 commit comments

Comments
 (0)