class RuboCop::Cop::Layout::RedundantLineBreak

def single_line_block_chain_enabled?

def single_line_block_chain_enabled?
  @config.for_cop('Layout/SingleLineBlockChain')['Enabled']
end