module Biruda
Constants
- VERSION
Public Class Methods
create_html(options = {}, &block)
click to toggle source
# File lib/biruda.rb, line 5 def self.create_html(options = {}, &block) HTML.create(options, &block) end