Class: Method

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

Instance Method Summary collapse

Instance Method Details

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



37
38
39
# File 'lib/tspec.rb', line 37

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

#return(*types) ⇒ Object



33
34
35
# File 'lib/tspec.rb', line 33

def return(*types)
  self
end