Sha256: be051d4dfd5bc678d268480d0e33dba85a0977de2fbb6936d65599513846ef32
Contents?: true
Size: 571 Bytes
Versions: 8
Compression:
Stored size: 571 Bytes
Contents
# frozen_string_literal: true ## # # module ConvenientService module Examples module Standard module RequestParams module Utils module Integer ## # TODO: Specs. # class SafeParse < Support::Command attr_reader :object def initialize(object) @object = object end def call ::Kernel.Integer(object, exception: false) end end end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems