21 22 23
# File 'lib/lavender/config.rb', line 21 def method_missing(method, *args) @obj.send(method, *args) end