class RuboCop::Cop::Layout::EmptyLineBetweenDefs

def maximum_empty_lines

def maximum_empty_lines
  Array(cop_config['NumberOfEmptyLines']).last
end