Method: #assert
- Defined in:
- lib/breakpoint.rb
#assert(&block) ⇒ Object
See Breakpoint.assert
549 550 551 552 553 |
# File 'lib/breakpoint.rb', line 549 def assert(&block) Binding.of_caller do |context| Breakpoint.assert(context, &block) end end |