Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

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



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

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

#return(*types) ⇒ Object



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

def return(*types)
  self
end