Sha256: 8c90da5f849c819dd721c90d12bed830c99c8bd7bcd93614bd4533b44447b8c2

Contents?: true

Size: 470 Bytes

Versions: 10

Compression:

Stored size: 470 Bytes

Contents

  #  _____         _
  # |_   _|__  ___| |_
  #   | |/ _ \/ __| __|
  #   | |  __/\__ \ |
  #   |_|\___||___/\__|
  #
  # for lib/facets/symbol/shadow.rb
  #
  # Extracted Mon Sep 03 16:23:07 -0700 2007
  # w/ Test Extraction Ratchet
  #

 require 'facets/symbol/shadow.rb'



  require 'test/unit'

  class TestSymbol < Test::Unit::TestCase

    def test_shadow
      assert_equal( :__a__, :a.shadow(2) )
      assert_equal( :_a_, :__a__.shadow(-1) )
    end

  end



Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
facets-2.0.0 test/unit/symbol/test_shadow.rb
facets-2.0.1 test/unit/symbol/test_shadow.rb
facets-2.0.2 test/unit/symbol/test_shadow.rb
facets-2.0.3 test/unit/symbol/test_shadow.rb
facets-2.0.4 test/unit/symbol/test_shadow.rb
facets-2.0.5 test/unit/symbol/test_shadow.rb
facets-2.1.0 test/unit/symbol/test_shadow.rb
facets-2.1.1 test/unit/symbol/test_shadow.rb
facets-2.1.2 test/unit/symbol/test_shadow.rb
facets-2.1.3 test/unit/symbol/test_shadow.rb