This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 190888

Summary: "NewModuleName.is_a? Module" no code completion after the dot
Product: ruby Reporter: Tranquility.Orients
Component: Code CompletionAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tranquility.Orients 2010-10-11 02:02:41 UTC
when I define a new module called "Test"
then I want to judge whether Test is a instance of Module/Class through method "is_a?" but I cant' get any code completion.

code list:

module Test

end


Test.is_a? Module   # After input the dot, no any code completion.