module Lease
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/lease.rb, line 14 def self.config @config ||= Config.new end
setup() { |config| ... }
click to toggle source
# File lib/lease.rb, line 10 def self.setup yield config end