Class: Numeric
- Defined in:
- lib/chef/monkey_patches/numeric.rb,
lib/chef/monkey_patches/numeric.rb
Overview
String elements referenced with [] <= 1.8.6 return a Fixnum. Cheat to allow for the simpler “test”[2].ord construct
String elements referenced with [] <= 1.8.6 return a Fixnum. Cheat to allow for the simpler “test”[2].ord construct