# File lib/grit/git-ruby/repository.rb, line 135 def in_loose?(sha_hex) loose.each do |lsobj| return true if lsobj[sha_hex] end false end