class RuboCop::Cop::Style::EmptyElse

def nil_style?

def nil_style?
  NIL_STYLES.include?(style)
end