Runs a code fragment
Parameters:
some valid ruby code
Returns:
the results of the eval
18 19 20
# File 'lib/konfig/evaluator.rb', line 18 def run(code) eval(code, binding) end