Guest User

Untitled

a guest
Aug 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. selection list of numbers from a variable
  2. [0..quantity].each.do |q|
  3. # selection item
  4. end
  5.  
  6. def quantity_items
  7. [0..quantity]
  8. end
Add Comment
Please, Sign In to add comment