Module: Messed::Configuration::ConfigHelper

Instance Method Summary collapse

Instance Method Details

#with(&block) ⇒ Object



6
7
8
# File 'lib/messed/configuration.rb', line 6

def with(&block)
  instance_eval(&block)
end