module ViewModel::Callbacks

def self.create(callbacks, view, context) # rubocop:disable Lint/NestedMethodDefinition

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