module Logchange
Constants
- VERSION
Semantic Versioning. semver.org
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/logchange.rb, line 13 def configuration @configuration ||= Logchange::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/logchange.rb, line 17 def configure yield(configuration) end