Class: StringIO

Inherits:
Object show all
Defined in:
lib/ttk/loaders/Loader.rb

Instance Method Summary collapse

Instance Method Details

#testify(opts = {}, &block) ⇒ Object



101
102
103
# File 'lib/ttk/loaders/Loader.rb', line 101

def testify ( opts={}, &block )
  read.testify(opts, &block)
end