roll-rails/roll-amp

View on GitHub
bin/console

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby
 
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "bundler/setup"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "roll/amp"
 
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
 
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
 
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "irb"
IRB.start(__FILE__)