Skip to content

Commit

Permalink
Ref Issue #3 | Corrige Código da Página 201
Browse files Browse the repository at this point in the history
  • Loading branch information
elissonmichael committed Sep 19, 2018
1 parent b847bfa commit ab5e890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codigos/page_201.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def diametro
end

class Engrenagem
attr_reader :roda_dentada, :marcha, :aro, :roda
attr_reader :roda_dentada, :marcha, :aro, :pneu
def initialize(argumentos)
@roda_dentada = argumentos[:roda_dentada]
@marcha = argumentos[:marcha]
@aro = argumentos[:aro]
@roda = argumentos[:roda]
@pneu = argumentos[:pneu]
end

def polegadas
Expand Down
Binary file modified imagens/codigo_pag_201.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab5e890

Please sign in to comment.