class Socrates::SampleStates::NoComprende
Public Instance Methods
ask()
click to toggle source
# File lib/socrates/sample_states.rb, line 66 def ask respond message: "Whoops, I don't know what you mean by that. Try `help` to see my commands." transition_to :get_started end