lib/bogus/fake.rb in bogus-0.1.0 vs lib/bogus/fake.rb in bogus-0.1.1
- old
+ new
@@ -24,11 +24,9 @@
def instance_of?(klass)
klass == self.class.__copied_class__
end
class << self
- attr_accessor :__copied_class__
-
alias :__create__ :new
def new(*args, &block)
__record__(:new, *args, &block)
__create__