Sha256: 42d1f4a552c2e0a1970f0fe54b7156134ad5c025e954b3455a557ede43d464fe

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

$LOAD_PATH << '../lib'
require 'html_format'

html_format { 1 }               # => "<div class=\"html_format html_format_depth_0\"><table class=\"table table-striped table-bordered table-hover html_format_type_object\"><tbody><tr><td>1</td></tr></tbody></table></div>"
html_format(title: "foo") { 1 } # => "<div class=\"html_format html_format_depth_0\"><h2 class=\"title\">foo</h2><table class=\"table table-striped table-bordered table-hover html_format_type_object\"><tbody><tr><td>1</td></tr></tbody></table></div>"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html_format-0.0.11 examples/0110_title_option_with_block.rb
html_format-0.0.10 examples/0110_title_option_with_block.rb
html_format-0.0.9 examples/0110_title_option_with_block.rb