Skip to content

Commit

Permalink
use ruby 1.8 syntax for target resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
marcisme committed Dec 11, 2012
1 parent 414c484 commit a043b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/copy.rb
Expand Up @@ -152,7 +152,7 @@ def validate_to_file(to_file)
end

def resolve_targets!
@targets.each(&:resolve!)
@targets.each { |target| target.resolve! }
end

def validate_no_targets_are_files
Expand Down

0 comments on commit a043b55

Please sign in to comment.