class String

Public Instance Methods

to_ios() click to toggle source
# File lib/asciidoctor-epub3/ext/core/string.rb, line 6
def to_ios
  StringIO.new self
end