Skip to content

Commit

Permalink
up tarea 12
Browse files Browse the repository at this point in the history
  • Loading branch information
alu0101282602 committed Jan 7, 2019
1 parent 3093071 commit bb1518e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/prct06/menu.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# Manages all the informations a normal etiquett contains.
# Manages all the informations
#
# @author [roro]

class Menu
attr_accessor :day, :title, :breakfast
attr_accessor :day, :title

def initialize(day, &block)
@day = day
#@title = title
@title = title
@breakfast, @lunch, @dinner = [], [], []
@table = [" ", "grasas carbohidratos", "proteínas", "fibra", "sal", "valor energético"]
@tot_energy = 0
Expand Down

0 comments on commit bb1518e

Please sign in to comment.