Sha256: f715e949533a0120c21be85595c346743da6e2c332e4eb4ec18abbea3a0fe5d0

Contents?: true

Size: 148 Bytes

Versions: 8

Compression:

Stored size: 148 Bytes

Contents

module FSHelpyHelp
  def ignore? file
    @ignore.each do |s|
      if file.match(/#{s}/i)
        return true
      end
    end
    false
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stowaway-0.1.8 lib/stowaway/fshelpyhelp.rb
stowaway-0.1.6 lib/stowaway/fshelpyhelp.rb
stowaway-0.1.5 lib/stowaway/fshelpyhelp.rb
stowaway-0.1.2 lib/stowaway/fshelpyhelp.rb
stowaway-0.1.1 lib/stowaway/fshelpyhelp.rb
stowaway-0.0.6 lib/stowaway/fshelpyhelp.rb
stowaway-0.0.4 lib/stowaway/fshelpyhelp.rb
stowaway-0.0.1 lib/stowaway/fshelpyhelp.rb