dialogue.rb: Update comment
This commit is contained in:
parent
802074a513
commit
2e2fea9e58
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue