[Source]
# File lib/uttk/streams.rb, line 39 def compare_stream ( stream ) self == stream.read end
# 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]