module Credere

Constants

VERSION

Public Class Methods

config() { |self| ... } click to toggle source

provide hook to configure attributes

# File lib/credere.rb, line 20
def self.config
  yield(self)
end