Class: Bently::GuardCoffeescript
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::GuardCoffeescript
- Defined in:
- lib/bently/recipe/guard-coffeescript.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ GuardCoffeescript
constructor
A new instance of GuardCoffeescript.
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 ⇒ GuardCoffeescript
Returns a new instance of GuardCoffeescript.
8 9 10 11 12 13 14 |
# File 'lib/bently/recipe/guard-coffeescript.rb', line 8 def initialize gem_group :development do gem 'guard-coffeescript' end bundle run 'guard init coffeescript' end |