class Rouge::Theme

def style(*tokens)

def style(*tokens)
  style = tokens.last.is_a?(Hash) ? tokens.pop : {}
  tokens.each do |tok|
    styles[tok] = style
  end
end