module Utils::IRB::Shell

def irb_fullinfo(obj)

less { irb_fullinfo object }
this or use:
Output *all* the irb_info about +obj+. You may need to buy a bigger screen for
def irb_fullinfo(obj)
  irb_info obj, 0..Infinity
end