Method: Recipes::Pry#create
- Defined in:
- lib/potassium/recipes/pry.rb
#create ⇒ Object
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 |