Class: Rlyeh::DeepOnes::Auth::Null
- Defined in:
- lib/rlyeh/deep_ones/auth/null.rb
Instance Attribute Summary
Attributes inherited from Base
#host, #nick, #pass, #real, #user
Instance Method Summary collapse
Methods inherited from Base
#authenticated?, #call, #failed, #initialize, #session_id, #succeeded, #welcome
Methods included from Logger
Methods included from Rlyeh::Dispatcher
Constructor Details
This class inherits a constructor from Rlyeh::DeepOnes::Auth::Base
Instance Method Details
#try(env) ⇒ Object
5 6 7 8 |
# File 'lib/rlyeh/deep_ones/auth/null.rb', line 5 def try(env) succeeded env welcome env end |