# File lib/rbot/core/utils/filters.rb, line 136 def filter_groups return [] unless defined? @filter_group return @filter_group.keys end