Class: Method

Inherits:
Object
  • Object
show all
Defined in:
lib/tspec/core.rb

Instance Method Summary collapse

Instance Method Details

#receive(*type, **types) ⇒ Object



26
27
28
# File 'lib/tspec/core.rb', line 26

def receive(*type, **types)
  self
end

#return(*types) ⇒ Object



22
23
24
# File 'lib/tspec/core.rb', line 22

def return(*types)
  self
end