Class: Nero::Config
Class Method Summary collapse
Methods included from DigExt
Class Method Details
.for(v) ⇒ Object
62 63 64 65 66 67 68 69 |
# File 'lib/nero.rb', line 62 def self.for(v) case v when self then v when Hash then self.[](v) else v end end |