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 7 def read @data end
rewind()
click to toggle source
# File lib/prawn/svg/elements/image.rb, line 11 def rewind; end