dpep / irbrc

Optimize your Ruby dev environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Irbrc

Accelerate development speed with per project irbrc files. This utility makes it easy to load helper functions or code under development into irb sessions.

Install

gem install irbrc

Usage

Create .irbrc file manually, or automatically via

require 'irbrc'
Irbrc::init

Then call:

load_rc

About

Optimize your Ruby dev environment.

License:MIT License


Languages

Language:Ruby 100.0%