Sha256: 09717bb5649f36a85507ff2dc572252991799f69854353e3d451e14964c61be1

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 Bytes

Contents

require 'facets/symbol/plain'
require 'test/unit'

class TC_Symbol_Plain < Test::Unit::TestCase

  def test_plain?
    assert(:try.plain? )

    assert( ! :try=.plain? )
    assert( ! :try?.plain? )
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/symbol/test_plain.rb
facets-2.8.3 test/core/symbol/test_plain.rb
facets-2.8.2 test/core/symbol/test_plain.rb
facets-2.8.1 test/core/symbol/test_plain.rb
facets-2.8.0 test/core/symbol/test_plain.rb
facets-2.7.0 test/core/symbol/test_plain.rb
facets-2.6.0 test/core/symbol/test_plain.rb
facets-2.5.0 test/core/symbol/test_plain.rb
facets-2.5.1 test/core/symbol/test_plain.rb
facets-2.4.5 test/core/symbol/test_plain.rb
facets-2.5.2 test/core/symbol/test_plain.rb