module VersionCake

Constants

VERSION

Public Class Methods

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

Yield self on setup for nice config blocks

# File lib/versioncake.rb, line 39
def self.setup
  yield self.config
end