class RuboCop::Cop::Metrics::MethodLength
def on_block(node)
def on_block(node) return unless node.send_node.method_name == :define_method check_code_length(node) end
def on_block(node) return unless node.send_node.method_name == :define_method check_code_length(node) end