binwrite

IO.binwrite(name, string, [offset] ) => fixnum
IO.binwrite(name, string, [offset], open_args ) => fixnum
Class Public methods

Same as IO.write except opening the file in binary mode and ASCII-8BIT encoding (âwb:ASCII-8BITâ).

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.