# File lib/innate/options/dsl.rb, line 125 def [](*keys) if value = get(*keys) value.is_a?(Hash) ? value[:value] : value end end