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