Ruby: QLDoc fix

This commit is contained in:
Harry Maclean
2022-09-07 15:03:57 +01:00
parent 9f99a3ca1f
commit 7d3f9580ff

View File

@@ -231,6 +231,9 @@ module ActionView {
* classes in this module, the vulnerable argument is named `x`.
*/
abstract class RawHelperCall extends MethodCall {
/**
* Get an argument which is rendered without escaping.
*/
abstract Expr getRawArgument();
}