module RuboCop::Cop::Util

def begins_its_line?(range)

def begins_its_line?(range)
  (range.source_line =~ /\S/) == range.column
end