class Recipes::Pry

Public Instance Methods

create() click to toggle source
# File lib/potassium/recipes/pry.rb, line 2
def create
  gather_gems(:development, :test) do
    gather_gem('pry-rails')
    gather_gem('pry-byebug')
  end

  template '../assets/.pryrc', '.pryrc'
end