Method: CloudFile::File#<<
- Defined in:
- lib/cloud_file/file.rb
#<<(*args) ⇒ Object
20 21 22 |
# File 'lib/cloud_file/file.rb', line 20 def <<(*args) write(*args) end |
20 21 22 |
# File 'lib/cloud_file/file.rb', line 20 def <<(*args) write(*args) end |