Project
Ruby
Priority
Critical
Type
Bug
Fix versions
RubyMine 1.1.1
State
Won't fix
Assignee
Anna Bulenkova
Subsystem
Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    2 years ago (02 Jun 2009 17:02)
  • Updated by   Vadim Gurov
    8 months ago (18 May 2011 18:18)
  • Jira: RUBY-4228
    (history, comments)
 
RUBY-4228 "include" call argument can't be resolved properly
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. Create a new ruby project
2. Create foo.rb in app_root
module Foo
end

3. Create bar.rb
require "foo.rb"
class Bar
include Foo #<---
end


"include" argument can't be resolved correctly

Issue was resolved
Comments (2)
 
History
 
Linked Issues (?)
 
Oleg Shpynov
  Oleg Shpynov
02 Jun 2009 17:05
2 years ago
Without explicit requirement it is expected behavour
Anna Bulenkova
  Anna Bulenkova
02 Jun 2009 17:17
2 years ago
description's been changed