module VersionManager

Constants

DEFAULTS
VERSION

Public Class Methods

options() click to toggle source
# File lib/version-manager.rb, line 34
def self.options
  @options ||= DEFAULTS.dup
end
options=(opts) click to toggle source
# File lib/version-manager.rb, line 38
def self.options=(opts)
  @options = opts
end