Class: FTPMVC::Authenticator::Promiscuous

Inherits:
Object
  • Object
show all
Defined in:
lib/ftpmvc/authenticator/promiscuous.rb

Instance Method Summary collapse

Instance Method Details

#authenticate(username, password) ⇒ Object



4
5
6
# File 'lib/ftpmvc/authenticator/promiscuous.rb', line 4

def authenticate(username, password)
  true
end