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