Method: BBLib::HTML::TagSet#render

Defined in:
lib/bblib/html/tag_set.rb

#render(pretty: false, tabs: 0) ⇒ Object



9
10
11
# File 'lib/bblib/html/tag_set.rb', line 9

def render(pretty: false, tabs: 0)
  render_content(pretty: pretty, tabs: tabs)
end