Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

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



6
7
8
# File 'lib/tspec/core.rb', line 6

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

#return(*types) ⇒ Object



2
3
4
# File 'lib/tspec/core.rb', line 2

def return(*types)
  self
end