ruby-type-inference
ruby-type-inference copied to clipboard
Fix prioritization with RubyMine type inference system. Which plugin sometimes replaces
Example: run this with type tracker:
def foo(a); a; end
bar("String")
Then ask type of:
bar(4)
It will say that type in String but current type inference system in RubyMine can inference type itself and do it absolutely correctly