Class: UnboundMethod
- Inherits:
-
Object
- Object
- UnboundMethod
- Defined in:
- lib/tspec/core.rb
Instance Method Summary collapse
Instance Method Details
#receive(*type, **types) ⇒ Object
16 17 18 |
# File 'lib/tspec/core.rb', line 16 def receive(*type, **types) self end |
#return(*types) ⇒ Object
12 13 14 |
# File 'lib/tspec/core.rb', line 12 def return(*types) self end |