method
method_missing
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::CoreExt::HashWithIndifferentAccess
method_missing(method, *args)protected
Magic predicates. For instance:
options.force? # => !!options['force'] options.shebang # => "/usr/lib/local/ruby" options.test_framework?(:rspec) # => options[:test_framework] == :rspec