class RuboCop::Cop::RSpec::ScatteredLet

def find_first_let(node)

def find_first_let(node)
  node.children.find { |child| let?(child) }
end