From 282322e8364366d0d4bd9fe925c7468179ff4712 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Thu, 13 Oct 2011 12:48:52 +0200 Subject: fix warning in "coderay stylesheet" command --- bin/coderay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/coderay') diff --git a/bin/coderay b/bin/coderay index ccf16a9..d78cd57 100755 --- a/bin/coderay +++ b/bin/coderay @@ -197,7 +197,7 @@ when 'li', 'list' end end when 'stylesheet', 'style', 'css' - puts CodeRay::Encoders[:html]::CSS.new(args.first).stylesheet + puts CodeRay::Encoders[:html]::CSS.new(args.first || :default).stylesheet when 'commands' commands when 'help' -- cgit v1.2.1