Sha256: 1cd56abf203be0f056e20a11a7b14c14c70f3de90204f20365cb4f02d03754b3

Contents?: true

Size: 388 Bytes

Versions: 22

Compression:

Stored size: 388 Bytes

Contents

require 'facet/string/blank'

class String
  alias_method :whitespace?, :blank?
end


#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
=begin test

  require 'test/unit'

  class TCString < Test::Unit::TestCase

    def test_whitespace?
      assert( ! "xyz".whitespace? )
      assert( "     ".whitespace? )
    end

  end

=end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
facets-1.0.0 lib/facet/string/whitespace.rb
facets-1.0.3 packages/core/lib/facet/string/whitespace.rb
facets-1.2.1 lib/facets/core/string/whitespace.rb
facets-1.3.0 lib/facets/core/string/whitespace.rb
facets-1.1.0 lib/facet/string/whitespace.rb
facets-1.2.0 lib/facets/core/string/whitespace.rb
facets-1.3.1 lib/facets/core/string/whitespace.rb
facets-1.3.3 lib/facets/core/string/whitespace.rb
facets-1.3.2 lib/facets/core/string/whitespace.rb
facets-1.4.0 lib/facets/core/string/whitespace.rb
facets-1.4.2 lib/facets/core/string/whitespace.rb
facets-1.4.1 lib/facets/core/string/whitespace.rb
facets-1.4.3 lib/facets/core/string/whitespace.rb
facets-1.4.5 lib/facets/core/string/whitespace.rb
facets-1.4.4 lib/facets/core/string/whitespace.rb
facets-1.7.30 lib/facets/core/string/whitespace.rb
facets-1.7.38 lib/facets/core/string/whitespace.rb
facets-1.7.0 lib/facets/core/string/whitespace.rb
facets-1.7.46 lib/facets/core/string/whitespace.rb
facets-1.8.20 lib/facets/core/string/whitespace.rb