Exception
This Exception is raised when you try to stream with something that is not capable of streaming.
# File lib/coderay.rb, line 300 300: def initialize obj 301: @obj = obj 302: end
# File lib/coderay.rb, line 304 304: def to_s 305: '%s is not Streamable!' % @obj.class 306: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.