module Splut
primary module for UTM. note this file is included in the specs
Constants
- VERSION
Public Class Methods
configure(&block)
click to toggle source
# File lib/splut.rb, line 28 def self.configure(&block) @_settings = Settings.new block.call(@_settings) end