Calls “key” in Ubiquo::Config or the given context (in options[:context])
# File vendor/plugins/ubiquo_core/lib/ubiquo/extensions/config_caller.rb, line 5
5: def ubiquo_config_call(key, options = {})
6: context = options.is_a?(Hash) && options.delete(:context)
7:
8: config = (context ? Ubiquo::Config.context(context) : Ubiquo::Config)
9: config.call(key, self, options)
10: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.