Sha256: 2e5ead6883c6b6e554010c49de0a7e09e1bc208c90e1215b4de2890827779434
Contents?: true
Size: 552 Bytes
Versions: 1
Compression:
Stored size: 552 Bytes
Contents
# frozen_string_literal: true module TidyJson # :nodoc: DEDICATION = "\n#{'.' * 50}\n#{'.' * 19} IN MEMORIAM #{'.' * 18}\n" \ "#{'.' * 16} Michael Di Pardo #{'.' * 16}\n" \ "#{'.' * 11} Feb 4, 1950 - Oct 28, 2019 #{'.' * 11}\n" \ "#{'.' * 50}\n" \ "#{'.' * 11} Please consider supporting #{'.' * 11}\n" \ "#{'.' * 13} the MS Society of Canada #{'.' * 11}\n" \ "#{'.' * 8} https://mssociety.ca/get-involved #{'.' * 7}\n" \ "#{'.' * 50}\n\n" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tidy_json-0.2.1 | lib/tidy_json/dedication.rb |