Module: RomanticText
- Defined in:
- lib/romantic_text.rb,
lib/romantic_text/utils.rb,
lib/romantic_text/element.rb,
lib/romantic_text/version.rb,
lib/romantic_text/html_node.rb
Defined Under Namespace
Modules: Utils Classes: Element, HTMLNode
Constant Summary collapse
- VERSION =
'0.2.0'
Class Method Summary collapse
Class Method Details
.markup(&block) ⇒ Object
10 11 12 |
# File 'lib/romantic_text.rb', line 10 def markup(&block) Element.new.render(&block) end |