Sha256: 4437d672012f3957ad50668f22394bcd23627318f00413301ffdad155682d2be
Contents?: true
Size: 964 Bytes
Versions: 3
Compression:
Stored size: 964 Bytes
Contents
# frozen_string_literal: true module TidyJson # :nodoc: DEDICATION = "\n#{'.' * 52}\n" \ "#{'.' * 14} This gem is dedicated " \ "#{'.' * 15}\n" \ "#{'.' * 17} to the memory of #{'.' * 17}\n#{'.' * 52}\n" \ "#{'.' * 17} MICHAEL DI PARDO #{'.' * 17}\n#{'.' * 52}\n" \ "#{'.' * 12} Please consider supporting #{'.' * 12}\n" \ "#{'.' * 11} multiple sclerosis research: #{'.' * 11}\n" \ "#{'.' * 52}\n" \ "#{'.' * 23} (US) #{'.' * 23}\n" \ "#{'.' * 5} https://www.nationalmssociety.org/Donate " \ "#{'.' * 5}\n" \ "#{'.' * 21} (Canada) #{'.' * 21}\n" \ "#{'.' * 8} https://mssociety.ca/get-involved #{'.' * 9}\n" \ "#{'.' * 23} (UK) #{'.' * 23}\n" \ "#{'.' * 4} https://www.mssociety.org.uk/get-involved "\ "#{'.' * 5}\n#{'.' * 52}\n\n" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tidy_json-0.5.0 | lib/tidy_json/dedication.rb |
tidy_json-0.4.0 | lib/tidy_json/dedication.rb |
tidy_json-0.3.0 | lib/tidy_json/dedication.rb |