module Utils::IRB::Shell

def irb_eigen_methods(obj)

Return all eigen methods of obj.
def irb_eigen_methods(obj)
  irb_wrap_methods obj, obj.methods(false)
end