class Method

Public Instance Methods

receive(*type, **types) click to toggle source
# File lib/tspec/core.rb, line 26
def receive(*type, **types)
  self
end
return(*types) click to toggle source
# File lib/tspec/core.rb, line 22
def return(*types)
  self
end