Ruby Auto Completion
EditRocket supports auto completion for the standard and core Ruby classes. EditRocket will display all methods and functions for the class when typing the class name followed by a dot or a colon. EditRocket also provides support for variable level auto completion for Ruby if the variable is referencing a class of the standard or core library.
For example, typing Date:: in a Ruby program will display the list of Date class and instance methods such as ajd_to_amjd, ajd_to_jd, etc. If a new instance of Date is created, if typing a (.) after the variable name used to refer to the instance, EditRocket will display only the instance methods on the Date class.
Whether or not to turn on Ruby auto completion, and the Ruby auto completion delay can be configured on the Auto Complete tab of the Preferences window.