module Yaks
Constants
- BreakingChanges
These are displayed in a post-install message when installing the gem to aid upgraiding
- ConfigBuilder
- DSL_METHODS
- Error
- IllegalStateError
- PrimitivizeError
- Root
Set the
Root
constant as the gems root path- RuntimeError
- Undefined
- UnsupportedOperationError
- VERSION
Public Class Methods
new(&blk)
click to toggle source
@param [Proc] blk @return [Yaks::Config]
# File lib/yaks.rb, line 56 def new(&blk) ConfigBuilder.create(&blk) end