Class: Pyper::Pipes::Pry
- Inherits:
-
Object
- Object
- Pyper::Pipes::Pry
- Defined in:
- lib/pyper/pipes/pry.rb
Overview
For debugging purposes
Instance Method Summary collapse
Instance Method Details
#pipe(items, status) ⇒ Object
4 5 6 7 |
# File 'lib/pyper/pipes/pry.rb', line 4 def pipe(items, status) binding.pry items end |