module Stackd

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/stackd.rb, line 21
def config
  @config ||= Stackd::Config.new
end
configure() { |config| ... } click to toggle source
# File lib/stackd.rb, line 25
def configure
  yield config
end