Class: JazzFingers::Print

Inherits:
Object
  • Object
show all
Defined in:
lib/jazz_fingers/print.rb

Class Method Summary collapse

Class Method Details

.configObject



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