class RuboCop::Cop::RSpec::LetSetup
def unused_let_bang(node)
def unused_let_bang(node) child_let_bang(node) do |method_send, method_name| yield(method_send) unless method_called?(node, method_name.to_sym) end end
def unused_let_bang(node) child_let_bang(node) do |method_send, method_name| yield(method_send) unless method_called?(node, method_name.to_sym) end end