class Socrates::SampleStates::Expired

Public Instance Methods

ask() click to toggle source
# File lib/socrates/sample_states.rb, line 76
def ask
  respond message: "I've forgotten what we're talking about, let's start over."

  transition_to :help
end