sloc

in lib/linguist/blob_helper.rb [255:258]


    def sloc
      lines.grep(/\S/).size
    end