Class: Rlyeh::DeepOnes::Auth::Null

Inherits:
Base
  • Object
show all
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

crash, format_exception

Methods included from Rlyeh::Dispatcher

#dispatch, included, #trigger

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