diff -r 3bc474738bf3 -r fcce4cc20d95 QScintilla/Lexers/LexerRuby.py --- a/QScintilla/Lexers/LexerRuby.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerRuby.py Sun Feb 28 17:27:35 2010 +0000 @@ -56,3 +56,11 @@ QsciLexerRuby.PercentStringw, QsciLexerRuby.PercentStringx, QsciLexerRuby.SingleQuotedString] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerRuby.keywords(self, kwSet)