Method: Ftpd::Session#expect

Defined in:
lib/ftpd/session.rb

#expect(command) ⇒ Object



110
111
112
# File 'lib/ftpd/session.rb', line 110

def expect(command)
  @command_sequence_checker.expect command
end