Class: Method
- Inherits:
-
Object
- Object
- Method
- Defined in:
- lib/tspec.rb
Instance Method Summary collapse
Instance Method Details
#receive(*type, **types) ⇒ Object
28 29 30 |
# File 'lib/tspec.rb', line 28 def receive(*type, **types) self end |
#return(*types) ⇒ Object
24 25 26 |
# File 'lib/tspec.rb', line 24 def return(*types) self end |