Sha256: d9896c29606a556602340c81058519b1b36bebb857d7b14d41204b74cbd33747
Contents?: true
Size: 300 Bytes
Versions: 19
Compression:
Stored size: 300 Bytes
Contents
# typed: true # frozen_string_literal: true module Workato module Extension module Integer def is_int? # rubocop:disable Naming/PredicateName true end def to_time ::Time.zone.at(self) end end end end Integer.include(Workato::Extension::Integer)
Version data entries
19 entries across 19 versions & 1 rubygems