Skip to content

Commit

Permalink
doc: nodoc for uncolored_string
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Oct 12, 2014
1 parent c5f7f76 commit 5c0cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wlog/tech/uncolored_string.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Wlog
# Use this if the system does not support colored strings.
# @author Simon Symeonidis
class UncoloredString
class UncoloredString # :nodoc:
def self.red(str); str end
def self.yellow(str); str end
def self.magenta(str); str end
Expand Down

0 comments on commit 5c0cc49

Please sign in to comment.