Module implementing a typing completer for Ruby.
| None | 
| CompleterRuby | Class implementing typing completer for Ruby. | 
| None | 
Class implementing typing completer for Ruby.
| None | 
| None | 
| CompleterRuby | Constructor | 
| __inComment | Private method to check, if the cursor is inside a comment. | 
| __inDoubleQuotedString | Private method to check, if the cursor is within a double quoted string. | 
| __inHereDocument | Private method to check, if the cursor is within a here document. | 
| __inInlineDocument | Private method to check, if the cursor is within an inline document. | 
| __inSingleQuotedString | Private method to check, if the cursor is within a single quoted string. | 
| charAdded | Public slot called to handle the user entering a character. | 
| readSettings | Public slot called to reread the configuration parameters. | 
| None | 
Constructor
Private method to check, if the cursor is inside a comment.
Private method to check, if the cursor is within a double quoted string.
Private method to check, if the cursor is within a here document.
Private method to check, if the cursor is within an inline document.
Private method to check, if the cursor is within a single quoted string.
Public slot called to handle the user entering a character.
Public slot called to reread the configuration parameters.