Object
String elements referenced with [] <= 1.8.6 return a Fixnum. Cheat to allow for the simpler "test".ord construct
# File lib/chef/monkey_patches/numeric.rb, line 3 def fdiv(other) to_f / other end
# File lib/chef/monkey_patches/numeric.rb, line 12 def ord return self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.