global

def pretty_print(pp)

A pretty printed version of the item description.
def pretty_print(pp)
  pp.text "(#{item.description})"
end