class Playbook::PbBody::Body

def is_truncated

def is_truncated
  truncate ? "truncate_#{truncate}" : nil
end