Sha256: 6288986bfe249ce5014c2ed96a6f4c6c4cae699e100046b1a5f242f8df5e7fd2
Contents?: true
Size: 580 Bytes
Versions: 5
Compression:
Stored size: 580 Bytes
Contents
# frozen_string_literal: true ## # # module ConvenientService module Examples module Standard class RequestParams module Utils module Integer ## # TODO: Specs. # class SafeParse < ConvenientService::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
5 entries across 5 versions & 1 rubygems