Method: Bdsync::Lfs#create_remote_file

Defined in:
lib/bdsync/lfs.rb

#create_remote_file(remote_path, content) ⇒ Object

for test



94
95
96
# File 'lib/bdsync/lfs.rb', line 94

def create_remote_file remote_path, content
    File.write remote_path, content
end