Method: Playbook::PbBody::Body#content
- Defined in:
- app/pb_kits/playbook/pb_body/body.rb
#content ⇒ Object
26 27 28 29 |
# File 'app/pb_kits/playbook/pb_body/body.rb', line 26 def content body_text = super.presence || text highlighting ? apply_highlight(body_text) : body_text end |