Method: Boxcars::Train#next_actions
- Defined in:
- lib/boxcars/train.rb
#next_actions ⇒ Object
266 267 268 269 270 271 272 |
# File 'lib/boxcars/train.rb', line 266 def next_actions if wants_next_actions "Next Actions: Up to 3 logical suggested next questions for the user to ask after getting this answer.\n" else "" end end |