class Socrates::SampleStates::EndConversation1
Public Instance Methods
ask()
click to toggle source
# File lib/socrates/sample_states.rb, line 154 def ask respond message: "That's all for now..." # Example of another :ask => :ask transition. transition_to :end_conversation_2 end