class Symbol

Public Instance Methods

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