https://github.com/sixarm/sixarm_ruby_erb_util_extensions
SixArm.com » Ruby » ERB Util module extensions and extras
https://github.com/sixarm/sixarm_ruby_erb_util_extensions
erb extensions gem ruby
Last synced: 12 months ago
JSON representation
SixArm.com » Ruby » ERB Util module extensions and extras
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_erb_util_extensions
- Owner: SixArm
- License: other
- Created: 2010-10-18T03:30:21.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:28:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T00:25:42.337Z (over 1 year ago)
- Topics: erb, extensions, gem, ruby
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com → Ruby →
ERB Util Extensions
* Docs:
* Repo:
## Introduction
Wrap the methods from the html_output gem into module ERB::Util
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_erb_util_extensions
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_erb_util_extensions'
### Require
To require the gem in your code:
require 'sixarm_ruby_erb_util_extensions'