Class String
In: lib/uttk/streams.rb
lib/uttk/loaders/Loader.rb
Parent: Object

Methods

Public Instance methods

[Source]

# File lib/uttk/streams.rb, line 39
  def compare_stream ( stream )
    self == stream.read
  end

[Source]

# File lib/uttk/loaders/Loader.rb, line 88
  def testify ( symtbl, &block )
    unless symtbl.has_key? :loader
      raise ArgumentError, "No loader found in options (:loader)"
    end
    symtbl[:loader].load(self, symtbl).testify(symtbl, &block)
  end

[Validate]