Object
# File lib/chef/streaming_cookbook_uploader.rb, line 141 def initialize(str) @str = str end
read the specified amount from the string startiung at the offset
# File lib/chef/streaming_cookbook_uploader.rb, line 150 def read(offset, how_much) @str[offset, how_much] end
# File lib/chef/streaming_cookbook_uploader.rb, line 145 def size @str.length end
[Validate]
Generated with the Darkfish Rdoc Generator 2.