class Pry::Output

def width

Return a screen width or the default if that fails.
def width
  size.last
end