class Ronn::Document

def styles=(styles)

string module names or file paths.
Styles to insert in the generated HTML output. This is a simple Array of
def styles=(styles)
  @styles = (%w[man] + styles).uniq
end