Module: Htmlrb
- Defined in:
- lib/htmlrb.rb,
lib/htmlrb/tag.rb,
lib/htmlrb/builder.rb,
lib/htmlrb/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.build ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/htmlrb.rb', line 7 def self.build builder = Builder.new do |bldr| yield bldr end builder.build end |