class Srx::Format::Text
Support for plain text
Public Instance Methods
extract_markups(str)
click to toggle source
# File lib/srx/format/text.rb, line 7 def extract_markups(str) [str, []] end
Support for plain text
# File lib/srx/format/text.rb, line 7 def extract_markups(str) [str, []] end