Method: Which.options
- Defined in:
- lib/which_works.rb
.options ⇒ Object
Returns the default options for #which. The returned hash can be modified directly.
Examples
Which. #=> {}
Which. = { :all => true }
Which. #=> { :all => true }
Which.[:array] = true #=> { :all => true, :array => true }
77 78 79 |
# File 'lib/which_works.rb', line 77 def self. end |