Class: Guard::AnnotateGem
- Inherits:
-
Plugin
- Object
- Plugin
- Guard::AnnotateGem
- Defined in:
- lib/guard/annotate_gem.rb
Instance Method Summary collapse
Instance Method Details
#inline? ⇒ Boolean
9 10 11 |
# File 'lib/guard/annotate_gem.rb', line 9 def inline? [:inline] == true end |
#run_on_modifications(paths) ⇒ Object
5 6 7 |
# File 'lib/guard/annotate_gem.rb', line 5 def run_on_modifications(paths) annotate end |