File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ruby/ql/lib/codeql/ruby/frameworks Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -330,13 +330,14 @@ class ActiveRecordInstance extends DataFlow::Node {
330
330
ActiveRecordModelClass getClass ( ) { result = instantiation .getClass ( ) }
331
331
}
332
332
333
- // A call whose receiver may be an active record model object
334
- /** The `ActiveRecordInstance` receiver of this call. */
333
+ /**
334
+ * The `ActiveRecordInstance` receiver of this call.
335
+ */
335
336
class ActiveRecordInstanceMethodCall extends DataFlow:: CallNode {
336
337
private ActiveRecordInstance instance ;
337
338
338
339
ActiveRecordInstanceMethodCall ( ) { this .getReceiver ( ) = instance }
339
- /** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
340
+ // Gets the `ActiveRecordInstance` that this is the receiver of this call. */
340
341
ActiveRecordInstance getInstance ( ) { result = instance }
341
342
}
342
343
You can’t perform that action at this time.
0 commit comments