Class: Recipes::Pry

Inherits:
Rails::AppBuilder
  • Object
show all
Defined in:
lib/potassium/recipes/pry.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
5
6
7
8
9
# 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