Module: Rpr::Formatter::Pry
- Defined in:
- lib/rpr/formatter/pry.rb
Class Method Summary collapse
Class Method Details
.print(object) ⇒ Object
6 7 8 9 |
# File 'lib/rpr/formatter/pry.rb', line 6 def self.print(object) raise "Can't specify --out option with pry formatter" unless $stdout.tty? binding.pry(object) end |