Method: RedCloth::Formatters::HTML#tr_open

Defined in:
lib/redcloth/formatters/html.rb

#tr_open(opts) ⇒ Object



78
79
80
# File 'lib/redcloth/formatters/html.rb', line 78

def tr_open(opts)
  "\t<tr#{pba(opts)}>\n"
end