Sha256: f1000e016d241c903cf21ec6c6d12fa77d7054bb6772c6fbf89a84ab14ce260a
Contents?: true
Size: 625 Bytes
Versions: 4
Compression:
Stored size: 625 Bytes
Contents
# frozen_string_literal: true ## # # module ConvenientService module Examples module Standard module V1 class RequestParams module Utils module Object ## # TODO: Specs. # class Present < ConvenientService::Command attr_reader :object def initialize(object) @object = object end def call Utils::Object.blank?(object) end end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems