<= 1.8.6 needs some ord!
#on_off_to_bool
36 37 38
# File 'lib/chef/monkey_patches/string.rb', line 36 def lines enum_for(:each) end
45 46 47
# File 'lib/chef/monkey_patches/string.rb', line 45 def ord self.unpack('c').first end