Project
Ruby
Priority
Normal
Type
Bug
Fix versions
RubyMine after 4.0
State
Open
Assignee
Oleg Shpynov
Subsystem
Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    3 years ago (16 Oct 2008 20:00)
  • Updated by   Sergey Zhukov
    12 months ago (10 May 2011 13:23)
  • Jira: RUBY-2058
    (history, comments)
 
RUBY-2058 Access modifiers: private method call via alias handled as public
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class TestAlias
private
def foo
#...
end
public
def foo2
#....
end
alias new_name foo
end

a = TestAlias.new
a.new_name #<
here
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments