# File lib/rouge/lexers/groovy.rb, line 18 def self.keywords @keywords ||= Set.new %w( assert break case catch continue default do else finally for if goto instanceof new return switch this throw try while in as ) end