lib/ronin/templates/template.rb in ronin-support-0.1.0.pre1 vs lib/ronin/templates/template.rb in ronin-support-0.1.0.pre2
- old
+ new
@@ -46,11 +46,11 @@
#
# The first path in {#template_dirs}, that will be used to search for
# other templates in.
#
# @return [String, nil]
- # Returns the first path in template_dirs, or `nil` if
- # template_dirs is empty.
+ # Returns the first path in {#template_dirs}, or `nil` if
+ # {#template_dirs} is empty.
#
def template_dir
template_dirs.first
end