Class: InitState

Inherits:
Object
  • Object
show all
Includes:
Messages
Defined in:
lib/smtp_states.rb

Instance Method Summary collapse

Methods included from Messages

#go_ahead, #goodbye, #greeting, #helo_response, #ok

Instance Method Details

#serve(io) ⇒ Object



31
32
33
34
35
# File 'lib/smtp_states.rb', line 31

def serve(io)
  greeting(io)

  :connect
end