Class: Srx::Format::Text
- Inherits:
-
BaseFormat
- Object
- BaseFormat
- Srx::Format::Text
- Defined in:
- lib/srx/format/text.rb
Overview
Support for plain text
Instance Method Summary collapse
Methods inherited from BaseFormat
#end_formatting?, #isolated_formatting?, #start_formatting?
Instance Method Details
#extract_markups(str) ⇒ Object
7 8 9 |
# File 'lib/srx/format/text.rb', line 7 def extract_markups(str) [str, []] end |