# File lib/chef/monkey_patches/numeric.rb, line 3
    def fdiv(other)
      to_f / other
    end