Class: Object::ProxyObject

Inherits:
Object show all
Defined in:
lib/proxymock.rb

Overview

Just helps generating nice error messages when things go wrong

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fake_classObject

Returns the value of attribute fake_class.



7
8
9
# File 'lib/proxymock.rb', line 7

def fake_class
  @fake_class
end

Instance Method Details

#to_sObject



9
10
11
# File 'lib/proxymock.rb', line 9

def to_s
	@fake_class.to_s
end