dialogue.rb: Update comment

This commit is contained in:
Bill Niblock 2017-05-13 15:55:33 -04:00
parent 802074a513
commit 2e2fea9e58

View file

@ -2,8 +2,7 @@ require_relative './gardner'
# Dialogue is the module for traversing an existing tree. # Dialogue is the module for traversing an existing tree.
module Dialogue module Dialogue
# Speaker holds the functionality for viewing and going through a dialogue # Speaker holds the functionality for going through a dialogue tree.
# tree.
class Speaker class Speaker
# The file, which should be a dialogue tree YAML file. # The file, which should be a dialogue tree YAML file.
attr_accessor :file attr_accessor :file