In Files

Parent

Methods

Files

Class Index [+]

Quicksearch

CodeRay::NotStreamableError

This Exception is raised when you try to stream with something that is not capable of streaming.

Public Class Methods

new(obj) click to toggle source
     # File lib/coderay.rb, line 300
300:     def initialize obj
301:       @obj = obj
302:     end

Public Instance Methods

to_s() click to toggle source
     # 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.