# File lib/Borges/Component/TabPanel.rb, line 45 def render_tab_spacer_on(r) r.css_class('TabSpacer') r.table_data do r.space end end