Method: Menu#ingesta
- Defined in:
- lib/prct06/menu.rb
#ingesta(properties = {}) ⇒ Object
28 29 30 31 |
# File 'lib/prct06/menu.rb', line 28 def ingesta(properties = {}) @min = properties[:min] ? properties[:min] : "unknown" @max = properties[:max] ? properties[:max] : "unknown" end |