Class: Bently::BetterErrors
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::BetterErrors
- Defined in:
- lib/bently/recipe/better-errors.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ BetterErrors
constructor
A new instance of BetterErrors.
Methods inherited from RailsRecipe
Methods inherited from RubyRecipe
Methods inherited from Recipe
#append, breakdown, category, #code, #create, description, homepage, #insert, #modify, #operate, #operations, #prepend, #remove, #requirement, #run, #say, title, #todo, #usage, version, #warn
Constructor Details
#initialize ⇒ BetterErrors
Returns a new instance of BetterErrors.
7 8 9 10 11 12 13 |
# File 'lib/bently/recipe/better-errors.rb', line 7 def initialize gem_group :development do gem 'better_errors' gem 'binding_of_caller' end bundle end |