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 - "NewModuleName.is_a? Module" no code completion after the dot
Summary: "NewModuleName.is_a? Module" no code completion after the dot
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 02:02 UTC by Tranquility.Orients
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.