Community
Participate
Working Groups
with ruby 1.9.2, require the lib net/http.rb When you type "Net::", there is no HTTP can be selected from the menu. Besides, even when you type "Net::FTP.", no methods such as "get" and "getBinaryFile" can be seen.
(In reply to comment #0) > with ruby 1.9.2, require the lib net/http.rb > > When you type "Net::", there is no HTTP can be selected from the menu. > Besides, even when you type "Net::FTP.", no methods such as "get" and > "getBinaryFile" can be seen. Sorry,"get" and "getBinaryFile" are not instance methods of FTP,so it's right to hide these two methods. But it's still a problem that HTTP is not visible after "Net::"
Ruby support has been removed.