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