Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/tspec.rb
Instance Method Summary collapse
Instance Method Details
#receive(*type, **types) ⇒ Object
8 9 10 |
# File 'lib/tspec.rb', line 8 def receive(*type, **types) self end |
#return(*types) ⇒ Object
4 5 6 |
# File 'lib/tspec.rb', line 4 def return(*types) self end |