Method: Bently::Guard#initialize

Defined in:
lib/bently/recipe/guard.rb

#initializeGuard

Returns a new instance of Guard.



6
7
8
9
10
11
12
# File 'lib/bently/recipe/guard.rb', line 6

def initialize
  gem_group :development do
    gem 'guard'
  end
  bundle
  run 'guard init'
end