Class: UnboundMethod

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

Instance Method Summary collapse

Instance Method Details

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



18
19
20
# File 'lib/tspec.rb', line 18

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

#return(*types) ⇒ Object



14
15
16
# File 'lib/tspec.rb', line 14

def return(*types)
  self
end