# File lib/active_support/breakpoint.rb, line 519
def assert(&block)
  Binding.of_caller do |context|
    Breakpoint.assert(context, &block)
  end
end