# File src/rubydice_doc.rb, line 6
  def toss
    @top = rand(6) + 1
  end