Parent

Class Index [+]

Quicksearch

Thor::CoreExt::HashWithIndifferentAccess

A hash with indifferent access and magic predicates.

  hash = Thor::CoreExt::HashWithIndifferentAccess.new 'foo' => 'bar', 'baz' => 'bee', 'force' => true

  hash[:foo]  #=> 'bar'
  hash['foo'] #=> 'bar'
  hash.foo?   #=> true

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.