# File lib/bundler/vendor/thor.rb, line 105 def method_option(name, options={}) scope = if options[:for] find_and_refresh_task(options[:for]).options else method_options end build_option(name, options, scope) end