# File lib/acts_as_markup/exts/bluecloth.rb, line 4 def initialize(string, options = BlueCloth::DEFAULT_OPTIONS) @string = string super end
# File lib/acts_as_markup/exts/bluecloth.rb, line 13 def blank? @string.blank? end
# File lib/acts_as_markup/exts/bluecloth.rb, line 9 def to_s @string end