Class: Polygon::Dialect
- Inherits:
-
WLang::Html
- Object
- WLang::Html
- Polygon::Dialect
- Defined in:
- lib/polygon/dialect.rb
Instance Method Summary collapse
Instance Method Details
#tilde(buf, fn) ⇒ Object
4 5 6 7 |
# File 'lib/polygon/dialect.rb', line 4 def tilde(buf, fn) text = evaluate(fn) buf << context.markdown(text) end |