Sha256: 960058bf5c9cd4f28cc26e3482efab4e39f76777a07be6c103cd00aacf4e9b6a
Contents?: true
Size: 192 Bytes
Versions: 25
Compression:
Stored size: 192 Bytes
Contents
class Ppl::Format::Contact::Name < Ppl::Format::Contact def process(contact) output = "" if !contact.name.nil? output += contact.name end return output end end
Version data entries
25 entries across 25 versions & 1 rubygems