module RuboCop::Cop::StatementModifier

def body_length(body)

def body_length(body)
  body.source_range ? body.source_range.size : 0
end