Class: FastTrack::GuardAwesomeDefaults
- Inherits:
-
Object
- Object
- FastTrack::GuardAwesomeDefaults
- Defined in:
- lib/fast_track/guard.rb
Instance Method Summary collapse
Instance Method Details
#guard_file ⇒ Object
17 18 19 |
# File 'lib/fast_track/guard.rb', line 17 def guard_file read_file("Guardfile") end |
#invoke ⇒ Object
21 22 |
# File 'lib/fast_track/guard.rb', line 21 def invoke end |
#template_directory ⇒ Object
13 14 15 |
# File 'lib/fast_track/guard.rb', line 13 def template_directory "guard_awesome_defaults" end |