Class: JazzFingers::Print
- Inherits:
-
Object
- Object
- JazzFingers::Print
- Defined in:
- lib/jazz_fingers/print.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
6 7 8 9 10 11 |
# File 'lib/jazz_fingers/print.rb', line 6 def config lambda do |_output, value, pry_object| pretty = value.ai pry_object.pager.page("=> #{pretty}\n") end end |