lib/yard/cli/yri.rb in yard-0.8.2.1 vs lib/yard/cli/yri.rb in yard-0.8.3
- old
+ new
@@ -70,11 +70,11 @@
# Prints the command usage
# @return [void]
# @since 0.5.6
def print_usage
- puts "Usage: yri [options] <Path to object>"
- puts "See yri --help for more options."
+ log.puts "Usage: yri [options] <Path to object>"
+ log.puts "See yri --help for more options."
end
# Caches the .yardoc file where an object can be found in the {CACHE_FILE}
# @return [void]
def cache_object(name, path)