lib/rails/generators/actions.rb in railties-6.0.2.2 vs lib/rails/generators/actions.rb in railties-6.0.3.rc1
- old
+ new
@@ -266,10 +266,9 @@
def readme(path)
log File.read(find_in_source_paths(path))
end
private
-
# Define log for backwards compatibility. If just one argument is sent,
# invoke say, otherwise invoke say_status. Differently from say and
# similarly to say_status, this method respects the quiet? option given.
def log(*args) # :doc:
if args.size == 1