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