module SmoothChange

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/smooth_change.rb, line 19
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/smooth_change.rb, line 15
def configure
  yield configuration
end