Method: IO#write__STRING
- Defined in:
- lib/flv/core_extensions.rb
#write__STRING(string, position = nil) ⇒ Object
107 108 109 110 |
# File 'lib/flv/core_extensions.rb', line 107 def write__STRING(string, position = nil) seek position unless position.nil? write string end |