Sha256: a198f7e868e35e077be6543263c4e91add57c40815e416c1583a7a3c5bf02052
Contents?: true
Size: 361 Bytes
Versions: 13
Compression:
Stored size: 361 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2024 Eric Crane. All rights reserved. # # Conversion tool: Nil to String. # require 'chronic' module Gloo module Convert class NilClassToString # # Convert a nil to a string. # def convert( value ) return '' end end end end
Version data entries
13 entries across 13 versions & 1 rubygems