class RuboCop::Cop::Style::IfInsideElse

def allow_if_modifier?

def allow_if_modifier?
  cop_config['AllowIfModifier']
end