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