module ViewModel::Callbacks
def self.create(callbacks, view, context) # rubocop:disable Lint/NestedMethodDefinition
def self.create(callbacks, view, context) # rubocop:disable Lint/NestedMethodDefinition self.new(callbacks, view, context) end
def self.create(callbacks, view, context) # rubocop:disable Lint/NestedMethodDefinition self.new(callbacks, view, context) end