# File lib/rabbit/console/roff.rb, line 80defself.roff_escape(str)
str.gsub(/[-\\]/, '\\\&').gsub(/^[.']/, '\&') # '# TODO: taken over from rd2man-lib.rb, necessary to be confirmedend
Public Instance Methods
category(str)click to toggle source
# File lib/rabbit/console/roff.rb, line 76defcategory(str)
top.append(Category.new(str), nil, nil)
end