Method: HexaPDF::FiberDoubleForString#resume

Defined in:
lib/hexapdf/filter.rb

#resumeObject

Returns the wrapped string on the first invocation, nil otherwise.



85
86
87
88
89
# File 'lib/hexapdf/filter.rb', line 85

def resume
  tmp = str
  @str = nil
  tmp
end