module Thanos

Constants

VERSION

Attributes

authentication[RW]

Public Class Methods

authenticate() { |authentication| ... } click to toggle source
# File lib/thanos.rb, line 9
def authenticate
  self.authentication ||= Authentication.new
  yield(authentication)
end