Parent

Methods

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

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.