# File lib/thor/options.rb, line 30 def method_missing(method, *args, &block) method.to_s =~ /^(\w+)\?$/ ? !!self[$1] : super end