Class: Assert::StubCall

Inherits:
Object
  • Object
show all
Defined in:
lib/assert/stub.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.inspectObject



58
59
60
# File 'lib/assert/stub.rb', line 58

def self.inspect
  super.gsub("MuchStub::Call", "Assert::StubCall")
end

.nameObject



50
51
52
# File 'lib/assert/stub.rb', line 50

def self.name
  super.gsub("MuchStub::Call", "Assert::StubCall")
end

.to_sObject



54
55
56
# File 'lib/assert/stub.rb', line 54

def self.to_s
  super.gsub("MuchStub::Call", "Assert::StubCall")
end

Instance Method Details

#inspectObject



62
63
64
# File 'lib/assert/stub.rb', line 62

def inspect
  super.gsub("MuchStub::Call", "Assert::StubCall")
end