class Integer

def self.try_convert(obj)

def self.try_convert(obj)
  ::Backports.try_convert(obj, ::Integer, :to_int)
end