class RuboCop::Cop::Style::SingleLineMethods

def allow_empty?

def allow_empty?
  cop_config['AllowIfMethodIsEmpty']
end