Module: Kernel
- Defined in:
- lib/core/kernel.rb
Instance Method Summary collapse
Instance Method Details
#SimpleConf(*args, &blk) ⇒ Object
2 3 4 |
# File 'lib/core/kernel.rb', line 2 def SimpleConf(*args, &blk) SimpleConf.build(*args, &blk) end |