class RuboCop::Cop::RSpec::HooksBeforeExamples

def multiline_block?(block)

def multiline_block?(block)
  block.begin_type?
end