class Playbook::PbTimestamp::Timestamp

def datetime_or_text

def datetime_or_text
  timestamp ? format_datetime_string : text
end