module L
def self.included(base)
def self.included(base) base.extend ClassMethods end
def _lammy_perform_now(&block)
def _lammy_perform_now(&block) @_with_sync_lammy = true block.call @_with_sync_lammy = false end
def self.included(base) base.extend ClassMethods end
def _lammy_perform_now(&block) @_with_sync_lammy = true block.call @_with_sync_lammy = false end