Method: Eventick::Auth#initialize
- Defined in:
- lib/eventick/auth.rb
#initialize(&block) ⇒ Auth
Returns a new instance of Auth.
8 9 10 |
# File 'lib/eventick/auth.rb', line 8 def initialize(&block) block.call self if block_given? end |