class UnboundMethod
Public Instance Methods
receive(*type, **types)
click to toggle source
# File lib/tspec/core.rb, line 16 def receive(*type, **types) self end
return(*types)
click to toggle source
# File lib/tspec/core.rb, line 12 def return(*types) self end