B
Parameters
Text (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
b id: "foo", class: "bar" do
plain 'Hello World' # optional content
end<b id="foo" class="bar">
Hello World
</b>Example 2: Render options[:text] param
Last updated
Was this helpful?