diff --git a/lib/guard/dsl.rb b/lib/guard/dsl.rb index 5a04c5d..66427c6 100644 --- a/lib/guard/dsl.rb +++ b/lib/guard/dsl.rb @@ -81,6 +81,8 @@ module Guard # Evaluate the DSL methods in the `Guardfile`. # # @param [Hash] options the Guard options + # @option options [String] guardfile the path to a valid Guardfile + # @option options [String] guardfile_contents a string representing the content of a valid Guardfile # @raise [ArgumentError] when options are not a Hash # def evaluate_guardfile(options = { })