We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dfd38 commit e728312Copy full SHA for e728312
1 file changed
templatescompiler/erbrenderer/erb_renderer.rb
@@ -174,8 +174,8 @@ def else
174
yield
175
end
176
177
- def else_if_p(*names, &block)
178
- @context.if_p(*names, &block)
+ def else_if_p(*names, &block) # rubocop:disable Style/ArgumentsForwarding
+ @context.if_p(*names, &block) # rubocop:disable Style/ArgumentsForwarding
179
180
181
0 commit comments