From 1712b65570da6495a87f267cb3f11ef05383cbe5 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 1 Oct 2005 00:59:05 +0000 Subject: --- lib/coderay.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 1517487..9a18a32 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -152,7 +152,8 @@ module CodeRay # Scans +filename+ (a path to a code file) with the Scanner for +lang+. # # If +lang+ is :auto or omitted, the CodeRay::FileType module is used to - # determine it. If it cannot find out what type it is, it uses CodeRay::Scanners::Plaintext. + # determine it. If it cannot find out what type it is, it uses + # CodeRay::Scanners::Plaintext. # # Calls CodeRay.scan. # -- cgit v1.2.1