Sha256: 897a7f83ed4bff6d5e7d99ca0ecde9246fe521496f8eaafce4e6ff255b55acf2

Contents?: true

Size: 134 Bytes

Versions: 3

Compression:

Stored size: 134 Bytes

Contents

require 'stringio' unless defined? StringIO

class String
  def to_ios
    StringIO.new self
  end unless method_defined? :to_ios
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-epub3-1.5.0.alpha.9 lib/asciidoctor-epub3/core_ext/string.rb
asciidoctor-epub3-1.5.0.alpha.8 lib/asciidoctor-epub3/core_ext/string.rb
asciidoctor-epub3-1.5.0.alpha.7 lib/asciidoctor-epub3/core_ext/string.rb