# File src/rubydice_doc.rb, line 64
def use_dice(d)
  d.toss
  puts "The top of the die is #{d.top}"
end