Sha256: d6f365841d840640727253b81e911b693d2509307a320731b7c54395639984e9

Contents?: true

Size: 166 Bytes

Versions: 54

Compression:

Stored size: 166 Bytes

Contents

class String
  # The inverse of String#include?. Returns true if the string does not include the other string.
  def exclude?(string)
    !include?(string)
  end
end

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.20 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.19 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.18 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.17 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.16 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.15 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.14 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.13 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.13.rc1 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.12 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.12.rc1 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.11 lib/active_support/core_ext/string/exclude.rb
messagebus_ruby_api-0.4.7 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/core_ext/string/exclude.rb
messagebus_ruby_api-0.4.4 spec/ruby/1.9.1/gems/activesupport-3.0.9/lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.10 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.10.rc1 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.9 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.9.rc5 lib/active_support/core_ext/string/exclude.rb
activesupport-3.0.9.rc4 lib/active_support/core_ext/string/exclude.rb