# File lib/chef/monkey_patches/string.rb, line 45
    def ord
      self.unpack('c').first
    end