Class: Guard::AnnotateGem

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

Instance Method Summary collapse

Instance Method Details

#inline?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/guard/annotate_gem.rb', line 9

def inline?
  options[: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