Registry / utility / inversion

inversion

JSON →
library1.5.0rbrubygemsunverified

A templating system for Ruby that uses the Inversion of Control principle to decouple template content and structure from code.

gem install inversion
INSTALL
IMPORT
SIG · INVERSION
I
inversion
utilityrubyv1.5.0
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.

Inversion
require 'inversion'

Render a simple template with a variable.

require 'inversion' template = Inversion::Template.new('Hello, {{name}}!') template.name = 'World' puts template.render
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
Resources
inversion — gem install inversion · libregistry