Class: StyledString
- Inherits:
-
String
show all
- Defined in:
- lib/uttk/path_filters/ColorStatus.rb
Overview
- Author
-
Nicolas Pouillard <[email protected]>.
- Copyright
-
Copyright © 2005 Uttk Team. All rights reserved.
- License
-
LGPL
- Revision
-
$Id: /w/fey/uttk/trunk/lib/uttk/path_filters/ColorStatus.rb 21844 2006-02-17T17:26:59.771162Z pouillar $
Instance Method Summary
collapse
Methods inherited from String
#compare_stream, #testify
Instance Method Details
10
11
12
|
# File 'lib/uttk/path_filters/ColorStatus.rb', line 10
def to_s
self
end
|
#to_yaml(opts = {}) ⇒ Object
7
8
9
|
# File 'lib/uttk/path_filters/ColorStatus.rb', line 7
def to_yaml ( opts={} )
to_s
end
|