module Bundler::Thor::Base::ClassMethods
def build_option(name, options, scope) #:nodoc:
scope
options
name
==== Parameters
Build an option and adds it to the given scope.
def build_option(name, options, scope) #:nodoc: scope[name] = Bundler::Thor::Option.new(name, options.merge(:check_default_type => check_default_type?)) end