18 19 20
# File 'lib/table_list.rb', line 18 def td(data, html_options = {}) @instance.content_tag :td, data.to_s.html_safe, html_options end