readme(path)
Reads the given file at the source root and prints it in the console.
readme "README"
# File railties/lib/rails/generators/actions.rb, line 294 def readme(path) log File.read(find_in_source_paths(path)) end