# File lib/backports/tools.rb, line 213
  def self.coerce_to_int(obj)
    coerce_to(obj, Integer, :to_int)
  end