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
2015-04-13 08:33:31
Comments
Leave a Comment

Please login to continue.