Class: FastTrack::GuardAwesomeDefaults

Inherits:
Object
  • Object
show all
Defined in:
lib/fast_track/guard.rb

Instance Method Summary collapse

Instance Method Details

#guard_fileObject



17
18
19
# File 'lib/fast_track/guard.rb', line 17

def guard_file
  read_file("Guardfile")
end

#invokeObject



21
22
# File 'lib/fast_track/guard.rb', line 21

def invoke
end

#template_directoryObject



13
14
15
# File 'lib/fast_track/guard.rb', line 13

def template_directory
  "guard_awesome_defaults"
end