From: chen li Date: 2006-12-03T19:06:57+09:00 Subject: can't sort an array Hi all, I want to print all the methods in excel OLE object in alphabetic order but the sort method is unavailable. Can anyone explain it and help me fix it? Thank you, Li ## require 'win32ole' excel = WIN32OLE.new('Excel.Application') m = excel.ole_methods p m.class p m.sort ##screen output >ruby sort1.rb Array sort1.rb:6:in `sort': undefined method `<=>' for Rows:WIN32OLE_METHOD (NoMethodError) from sort1.rb:6 >Exit code: 1 ____________________________________________________________________________________ Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com