Registry / utility / wlang
library3.0.1rbrubygemsunverified

A general-purpose code generation and templating engine with escaping support for HTML, SQL, and more.

gem install wlang
INSTALL
IMPORT
SIG · WLANG
W
wlang
utilityrubyv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WLang
✓ require 'wlang'

Render a simple WLang template with variable interpolation.

require 'wlang' template = WLang::Template.new('Hello ${name}!') puts template.render({name: 'World'})
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
wlang — gem install wlang · libregistry