class Prawn::SVG::Elements::Image::FakeIO

Public Class Methods

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

Public Instance Methods

read() click to toggle source
# File lib/prawn/svg/elements/image.rb, line 6
def read
  @data
end
rewind() click to toggle source
# File lib/prawn/svg/elements/image.rb, line 9
def rewind
end