class Playbook::PbTitle::Title

def is_bold

def is_bold
  bold ? nil : "thin"
end