ruby-type-inference features

February 27, 2019 ยท View on GitHub

This doc contains ruby-type-inference features which can be useful for you after running your ruby program under type tracker:

Run with type tracker

Type providing for method parameters

Parameter type providing

Type providing for return value

Return type providing

Side notes

As now RubyMine has more information about types it can provide more reliable code completion, code analysis and other code insight features

Contents

  1. 1Type providing for method parameters
  2. 2Type providing for return value
  3. 3Side notes