Fix: rinomina Engine.for in for_match (keyword riservata Ruby).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 20:13:33 +02:00
parent e727069d43
commit c0ede48091
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ module Scoring
end
def call
Engine.for(@match).apply(session: @session, action: @action)
Engine.for_match(@match).apply(session: @session, action: @action)
end
end
end