Parent

Methods

Prawn::Svg::Parser::Image::FakeIO

Public Class Methods

new(data) click to toggle source
# File lib/prawn/svg/parser/image.rb, line 11
def initialize(data)
  @data = data
end

Public Instance Methods

read() click to toggle source
# File lib/prawn/svg/parser/image.rb, line 14
def read
  @data
end
rewind() click to toggle source
# File lib/prawn/svg/parser/image.rb, line 17
def rewind
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.