Sha256: 3754236f3c7400fde77e60e223a94b012df85cc499cd8f1dd7b41db7061e06f7

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/module/shadow_method.rb
#
# Extracted Fri Feb 16 02:00:36 EST 2007
# Project.rb Test Extraction
#

require 'facets/core/module/shadow_method.rb'


  require 'test/unit'

  class TCModule < Test::Unit::TestCase

    class X
      shadow_method( :inspect )
    end

    def test_shadow_method
      assert( X.new.respond_to?(:__inspect__) )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.8.49 test/lib/facets/core/module/test_shadow_method.rb