Class: Teodoro::Empresa::Trabalhadores

Inherits:
Object
  • Object
show all
Defined in:
lib/teodoro/empresa/trabalhadores.rb

Instance Method Summary collapse

Instance Method Details

#<<(trabalhador) ⇒ Object



4
5
6
# File 'lib/teodoro/empresa/trabalhadores.rb', line 4

def <<(trabalhador)
  trabalhadores[trabalhador.cpf] = trabalhador
end

#[](cpf) ⇒ Object



8
9
10
# File 'lib/teodoro/empresa/trabalhadores.rb', line 8

def [](cpf)
  trabalhadores[cpf]
end