class Seahorse::Client::Plugin::PluginOption
def doc_default(options)
def doc_default(options) if @doc_default.nil? && !default.is_a?(Proc) default else @doc_default.respond_to?(:call) ? @doc_default.call(options) : @doc_default end end
def doc_default(options) if @doc_default.nil? && !default.is_a?(Proc) default else @doc_default.respond_to?(:call) ? @doc_default.call(options) : @doc_default end end