module CodeKeeper
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/code_keeper.rb, line 21 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/code_keeper.rb, line 17 def configure yield config end