class FTPMVC::Authenticator::Promiscuous

Public Instance Methods

authenticate(username, password) click to toggle source
# File lib/ftpmvc/authenticator/promiscuous.rb, line 4
def authenticate(username, password)
  true
end